 Google | |
  Api | |
   Ads | |
    AdManager | |
     Examples | |
      CSharp | |
       OAuth | |
        ConsoleExample | This code example shows how to run an Ad Manager API command line application while incorporating the OAuth2 installed application flow into your application. If your application uses a single Google login to make calls to all your accounts, you shouldn't use this code example. Instead, you should run Common\Util\OAuth2TokenGenerator.cs to generate a refresh token and set that in user.Config.OAuth2RefreshToken field, or set OAuth2RefreshToken key in your App.config / Web.config |
        Default | Code-behind class for Default.aspx. |
        OAuthLogin | Login and callback page for handling OAuth2 authentication. |
       v202005 | |
        CreateActivityGroups | This code example creates new activity groups. To determine which activity groups exist, run GetAllActivityGroups.cs. |
        GetActiveActivityGroups | This example gets all active activity groups. |
        GetAllActivityGroups | This example gets all activity groups. |
        UpdateActivityGroups | This code example updates activity groups by adding a company. To determine which activity groups exist, run GetAllActivityGroups.cs. |
        CreateActivities | This code example creates new activities. To determine which activities exist, run GetAllActivities.cs. |
        GetActiveActivities | This example gets all active activities. |
        GetAllActivities | This example gets all activities. |
        UpdateActivities | This code example updates activity expected URLs. To determine which activities exist, run GetAllActivities.cs. |
        CreateTrafficAdjustments | This example creates a new Forecast Adjustment of 110% for New Years Day Traffic. |
        CreateTrafficForecastSegments | This example creates a traffic forecast segment for all ad units in the United States." |
        GetAllForecastAdjustments | This example gets all forecast adjustments. |
        GetAllTrafficForecastSegments | This example gets all traffic forecast segments. |
        GetForecastAdjustmentsForTrafficForecastSegment | This example gets all forecast adjustments for a given traffic forecast segment. |
        UpdateForecastAdjustments | This example updates a Forecast Adjustment's name. |
        CreateAudienceSegments | This code example creates new rule based first party audience segments. To determine which audience segments exist, run GetAllAudienceSegments.cs. |
        GetAllAudienceSegments | This example gets all audience segments. |
        GetFirstPartyAudienceSegments | This example gets all first party audience segments. |
        PopulateFirstPartyAudienceSegments | This code example populates a specific rule base first party audience segment. To determine which audience segments exist, run GetAllAudienceSegments.cs. |
        UpdateAudienceSegments | This code example updates a first party audience segment's member expiration days. To determine which first party audience segments exist, run GetFirstPartyAudienceSegments.cs. |
        CreateCdnConfigurations | This code example creates new CDN configurations. |
        GetAllCdnConfigurations | This example gets all CDN configurations. |
        ActivateCmsMetadataValues | This example activates all CMS metadata values for the given key. |
        GetAllCmsMetadataKeys | This example gets all CMS metadata keys. |
        GetAllCmsMetadataValues | This example gets all CMS metadata values. |
        GetCmsMetadataValuesForKey | This example gets all CMS metadata values. |
        CreateCompanies | This code example creates new companies. To determine which companies exist, run GetAllCompanies.cs. |
        GetAdvertisers | This example gets all companies that are advertisers. |
        GetAllCompanies | This example gets all companies. |
        UpdateCompanies | This code example updates company comments. To determine which companies exist, run GetAllCompanies.cs. |
        CreateContacts | This code example creates new contacts. To determine which contacts exist, run GetAllContacts.cs. |
        GetAllContacts | This example gets all contacts. |
        GetUninvitedContacts | This example gets all contacts that aren't invited yet. |
        UpdateContacts | This code example updates contact addresses. To determine which contacts exist, run GetAllContacts.cs. |
        GetAllContent | This example gets all content. |
        GetRecentlyModifiedContent | This example gets recently modified content. |
        CopyImageCreatives | This code example creates a copy of an image creative. This would typically be done to reuse creatives in a small business network. To determine which creatives exist, run GetAllCreatives.cs. |
        CreateCreativeFromTemplate | This code example creates a new template creative for a given advertiser. To determine which companies are advertisers, run GetCompaniesByStatement.cs. To determine which creatives already exist, run GetAllCreatives.cs. To determine which creative templates exist, run GetAllCreativeTemplates.cs. |
        CreateCreatives | This code example creates new image creatives for a given advertiser. To determine which companies are advertisers, run GetCompaniesByStatement.cs. To determine which creatives already exist, run GetAllCreatives.cs. |
        CreateCustomCreative | This code example creates a custom creative for a given advertiser. To determine which companies are advertisers, run GetCompaniesByStatement.cs. To determine which creatives already exist, run GetAllCreatives.cs. |
        CreateNativeCreative | This code example creates a new native creative. To determine which creatives already exist, run GetAllCreatives.cs. |
        GetAllCreatives | This example gets all creatives. |
        GetImageCreatives | This example gets all image creatives. |
        UpdateCreatives | This code example updates image creatives. To create an image creative, run CreateCreatives.cs. |
        GetAllCreativeSets | This example gets all creative sets. |
        GetCreativeSetsForMasterCreative | This example gets all creative sets for a master creative. |
        GetAllCreativeTemplates | This example gets all creative templates. |
        GetSystemDefinedCreativeTemplates | This example gets all system defined creative templates. |
        CreateCreativeWrappers | This code example creates a new creative wrapper. Creative wrappers must be associated with a LabelType.CREATIVE_WRAPPER label and applied to ad units by AdUnit.appliedLabels. To determine which creative wrappers exist, run GetAllCreativeWrappers.cs. |
        DeActivateCreativeWrappers | This code example deactivates all creative wrappers belonging to a label. |
        GetActiveCreativeWrappers | This example gets all active creative wrappers. |
        GetAllCreativeWrappers | This example gets all creative wrappers. |
        UpdateCreativeWrappers | This code example updates a creative wrapper to the 'OUTER' wrapping order. To determine which creative wrappers exist, run GetAllCreativeWrappers.cs. |
        CreateCustomFieldOptions | This code example creates custom field options for a drop-down custom field. Once created, custom field options can be found under the options fields of the drop-down custom field and they cannot be deleted. To determine which custom fields exist, run GetAllCustomFields.cs. |
        CreateCustomFields | This code example creates custom fields. To determine which custom fields exist, run GetAllCustomFields.cs. |
        DeactivateCustomFields | This code example deactivates a custom field. To determine which custom fields exist, run GetAllCustomFields.cs. |
        GetAllCustomFields | This example gets all custom fields. |
        GetCustomFieldsForLineItems | This example gets all custom fields that can be applied to line items. |
        SetLineItemCustomFieldValue | This code example sets custom field values on a line item. To determine which custom fields exist, run GetAllCustomFields.cs. To create custom field options, run CreateCustomFieldOptions.cs. To determine which line items exist, run GetAllLineItems.cs. |
        UpdateCustomFields | This code example updates custom field descriptions. To determine which custom fields exist, run GetAllCustomFields.cs. |
        CreateCustomTargetingKeysAndValues | This code example creates new custom targeting keys and values. To determine which custom targeting keys and values exist, run GetAllCustomTargetingKeysAndValues.cs. To target these custom targeting keys and values, run TargetCustomCriteria.cs. |
        GetAllCustomTargetingKeysAndValues | This example gets all custom targeting values. |
        GetPredefinedCustomTargetingKeysAndValues | This example gets predefined custom targeting keys and values. |
        UpdateCustomTargetingKeys | This code example updates the display name of each custom targeting key up to the first 500. To determine which custom targeting keys exist, run GetAllCustomTargetingKeysAndValues.cs. |
        UpdateCustomTargetingValues | This code example updates the display name of custom targeting values. To determine which custom targeting keys exist, run GetAllCustomTargetingKeysAndValues.cs. |
        GetAvailabilityForecast | This code example gets a forecast for a prospective line item. |
        GetAvailabilityForecastById | This code example gets a forecast for an existing line item. To determine which line items exist, run GetAllLineItems.cs. |
        GetDeliveryForecastByIds | This code example gets a delivery forecast for existing line items. To determine which line items exist, run GetAllLineItems.cs. |
        CreateAdUnits | This code example creates new ad units under the effective root ad unit. To determine which ad units exist, run GetAdUnitTree.cs or GetAllAdUnits.cs. |
        CreateVideoAdUnit | This code example creates a new video ad unit under the effective root ad unit. To determine which ad units exist, run GetInventoryTree.cs or GetAllAdUnits.cs. |
        DeActivateAdUnits | This code example deactivates all active ad units. To determine which ad units exist, run GetAllAdUnits.cs or GetInventoryTree.cs. |
        GetAdUnitsByStatement | This code example gets all child ad units of the effective root ad unit. To create an ad unit, run CreateAdUnits.cs. |
        GetAllAdUnits | This example gets all ad units. |
        GetAllAdUnitSizes | This example gets all ad unit sizes. |
        GetInventoryTree | This code example retrieves a previously created ad units and creates a tree. |
        UpdateAdUnits | This code example updates an ad unit's sizes by adding a banner ad size. |
        CreateLabels | This code example creates new labels. To determine which labels exist, run GetAllLabels.cs. This feature is only available to Ad Manager 360 networks. |
        DeactivateActiveLabels | This code example deactivates all active labels. To determine which labels exist, run GetAllLabels.cs. This feature is only available to Ad Manager 360 networks. |
        GetActiveLabels | This example gets all active labels. |
        GetAllLabels | This example gets all labels. |
        UpdateLabels | This code example updates a label's description. To determine which labels exist, run GetAllLabels.cs. This feature is only available to Ad Manager 360 networks. |
        ActivateLicas | This code example activates all LICAs for a given line item. To determine which LICAs exist, run GetAllLicas.cs. |
        CreateLicas | This code example creates new line item creative associations (LICAs) for an existing line item and a set of creative ids. For small business networks, the creative ids must represent new or copied creatives as creatives cannot be used for more than one line item. For premium solution networks, the creative ids can represent any creative. To copy creatives, run CopyImageCreatives.cs. To determine which LICAs exist, run GetAllLicasExample.cs. |
        DeactivateLicas | This code example deactivates all LICAs for a given line item. To determine which LICAs exist, run GetAllLicas.cs. |
        GetAllLicas | This example gets all line item creative associations. |
        GetLicasForLineItem | This example gets all line item creative associations for a given line item. |
        UpdateLicas | This code example updates the destination URL of a LICA. To determine which LICAs exist, run GetAllLicas.cs. |
        ActivateLineItem | This code example activates all line items for the given order. To be activated, line items need to be in the approved (needs creatives) state and have at least one creative associated with them. To approve line items, approve the order to which they belong by running ApproveOrders.cs. To create LICAs, run CreateLicas.cs. To determine which line items exist, run GetAllLineItem.cs. |
        CreateLineItems | This code example creates new line items. To determine which line items exist, run GetAllLineItems.cs. To determine which orders exist, run GetAllOrders.cs. To determine which placements exist, run GetAllPlacements.cs. To determine the IDs for locations, run GetGeoTargets.cs |
        CreateVideoLineItem | This code example creates a new line item to serve to video content. To determine which line items exist, run GetAllLineItems.cs. To determine which orders exist, run GetAllOrders.cs. To create a video ad unit, run CreateVideoAdUnit.cs. To determine which content metadata key hierarchies exist, run GetAllContentMetadataKeyHierarchies.cs. |
        GetAllLineItems | This example gets all line items. |
        GetLineItemsThatNeedCreatives | This example gets all line items that are missing creatives. |
        GetRecentlyUpdatedLineItems | This example gets only recently updated line items. |
        TargetCustomCriteria | This code example updates a line item to add custom criteria targeting. To determine which line items exist, run GetAllLineItems.cs. To determine which custom targeting keys and values exist, run GetAllCustomTargetingKeysAndValues.cs. |
        UpdateLineItems | This code example updates the delivery rate of a line items. To determine which line items exist, run GetAllLineItems.cs. |
        CreateNativeStyles | This code example creates a new native style. |
        GetAllNativeStyles | This example gets all native styles. |
        GetAllNetworks | This example gets all networks. |
        GetCurrentNetwork | This code example gets the current network that you can make requests against. |
        MakeTestNetwork | This code example creates a test network. You do not need to have an Ad Manager account to run this example, but you do need to have a new Google account (created at http://www.google.com/accounts/newaccount) that is not associated with any other Ad Manager networks (including old sandbox networks). Once this network is created, you can supply the network code in your settings to make calls to other services |
        ApproveOrder | This code example approves an order and all line items belonging to that order. To determine which orders exist, run GetAllOrders.cs. |
        CreateOrders | This code example creates new orders. To determine which orders exist, run GetAllOrders.cs. |
        GetAllOrders | This example gets all orders. |
        GetOrdersStartingSoon | This example gets all orders that are starting soon. |
        UpdateOrders | This code example updates the note of an order. To determine which orders exist, run GetAllOrders.cs. |
        CreatePlacements | This code example creates new placements for various ad unit sizes. To determine which placements exist, run GetAllPlacements.cs. |
        DeactivatePlacement | This code example deactivates a placement. To determine which placements exist, run GetAllPlacements.cs. |
        GetActivePlacements | This example gets all active placements. |
        GetAllPlacements | This example gets all placements. |
        UpdatePlacements | This code example updates the description of a placement. |
        ArchiveProposalLineItem | This code example archives a proposal line item. To determine which proposal line items exist, run GetAllProposalLineItem.cs. |
        CreateProposalLineItems | This example creates a new proposal line item. |
        GetAllProposalLineItems | This example gets all proposal line items. |
        GetProposalLineItemsForProposal | This example gets all proposal line items belonging to a specific proposal. |
        UpdateProposalLineItems | This code example updates a proposal line item's notes. To determine which proposal line items exist, run GetAllProposalLineItems.cs. |
        CreateProposals | This example creates a proposal. |
        GetAllProposals | This example gets all proposals. |
        GetMarketplaceComments | This example gets the Marketplace comments for a programmatic proposal. |
        GetProposalsAwaitingSellerReivew | This example gets all proposals awaiting seller review. |
        RequestBuyerAcceptance | This example sends programmatic proposals to Marketplace to request buyer acceptance. |
        UpdateProposals | This code example updates the note of an proposal. To determine which proposals exist, run GetAllProposals.cs. |
        FetchMatchTables | This code example fetches and creates match table files from the Line_Item and Ad_Unit tables. This example may take a while to run. |
        GetAllLineItemsUsingPql | This code example gets all line items in your network using the Line_Item table. This code example may take a while to run. The Line_Item PQL table schema can be found here: https://developers.google.com/doubleclick-publishers/docs/reference/v202005/PublisherQueryLanguageService#Line_Item |
        GetAllProgrammaticBuyers | This example gets all programmatic buyers in your network using the Programmatic_Buyer table. |
        GetGeoTargets | This code example gets geographic criteria from the Geo_Target table, such as all cities available to target. Other types include 'Country', 'Region', 'State', 'Postal_Code', and 'DMA_Region' (i.e. Metro). A full list of available geo target types can be found at https://developers.google.com/doubleclick-publishers/docs/reference/v202005/PublisherQueryLanguageService |
        GetLineItemsNamedLike | This code example gets all line items which have a name beginning with "line item". This code example may take a while to run. |
        GetRecentChanges | This example gets recent changes in your network using the Change_History table |
        RunAdExchangeReport | This code example runs a report on Ad Exchange data via the Ad Manager API. |
        RunDeliveryReport | This code example runs a report similar to the "Orders report" in the Ad Manager UI with additional attributes and can filter to include just one order. The report is saved to the specified file path. |
        RunInventoryReport | This code example runs a report equal to the "Whole network report" in the Ad Manager UI. The report is saved to the specified file path. |
        RunReachReport | This code example runs a reach report. The report is saved to the specified file path. |
        RunReportWithCustomFields | This code example runs a report that includes custom fields found in the line items of an order. To download the report see DownloadReport.cs |
        RunSavedQuery | This code example runs a report from a saved query. |
        ApproveSuggestedAdUnits | This code example approves all suggested ad units with 50 or more requests. This feature is only available to Ad Manager 360 networks. |
        GetAllSuggestedAdUnits | This example gets all suggested ad units. |
        GetHighlyRequestedSuggestedAdUnits | This example gets all highly requested suggested ad units. |
        GetAllTargetingPresets | This example gets all targeting presets. |
        CreateTeams | This code example creates new teams. To determine which teams exist, run GetAllTeams.cs. |
        GetAllTeams | This example gets all teams. |
        UpdateTeams | This code example updates a team by adding an ad unit to it. To determine which teams exist, run GetAllTeams.cs. To determine which ad units exist, run GetAllAdUnits.cs. |
        CreateUsers | This code example creates new users. To determine which users exist, run GetAllUsers.cs. |
        DeactivateUser | This code example deactivates a user. Deactivated users can no longer make requests to the API. The user making the request cannot deactivate itself. To determine which users exist, run GetAllUsers.cs. |
        GetAllRoles | This example gets all roles. |
        GetAllUsers | This example gets all users. |
        GetCurrentUser | This code example gets current user. To create users, run CreateUsers.cs. |
        GetUserByEmailAddress | This example gets users by email. |
        UpdateUsers | This code example updates a user by adding "Sr." to the end of its name. To determine which users exist, run GetAllUsers.cs. |
        CreateUserTeamAssociations | This code example adds a user to a team by creating an association between the two. To determine which teams exist, run GetAllTeams.cs. To determine which users exist, run GetAllUsers.cs. |
        DeleteUserTeamAssociation | This code example removes the user from all its teams. To determine which users exist, run GetAllUsers.cs. |
        GetAllUserTeamAssociations | This example gets all user team associations. |
        GetUserTeamAssociationsForUser | This example gets all user team associations (i.e. teams) for a given user. |
        UpdateUserTeamAssociations | This code example updates user team associations by setting the overridden access type to read only for all teams that the user belongs to. To determine which users exists, run GetAllUsers.cs. |
       v202008 | |
        CreateActivityGroups | This code example creates new activity groups. To determine which activity groups exist, run GetAllActivityGroups.cs. |
        GetActiveActivityGroups | This example gets all active activity groups. |
        GetAllActivityGroups | This example gets all activity groups. |
        UpdateActivityGroups | This code example updates activity groups by adding a company. To determine which activity groups exist, run GetAllActivityGroups.cs. |
        CreateActivities | This code example creates new activities. To determine which activities exist, run GetAllActivities.cs. |
        GetActiveActivities | This example gets all active activities. |
        GetAllActivities | This example gets all activities. |
        UpdateActivities | This code example updates activity expected URLs. To determine which activities exist, run GetAllActivities.cs. |
        CreateTrafficAdjustments | This example creates a new Forecast Adjustment of 110% for New Years Day Traffic. |
        CreateTrafficForecastSegments | This example creates a traffic forecast segment for all ad units in the United States." |
        GetAllForecastAdjustments | This example gets all forecast adjustments. |
        GetAllTrafficForecastSegments | This example gets all traffic forecast segments. |
        GetForecastAdjustmentsForTrafficForecastSegment | This example gets all forecast adjustments for a given traffic forecast segment. |
        UpdateForecastAdjustments | This example updates a Forecast Adjustment's name. |
        CreateAudienceSegments | This code example creates new rule based first party audience segments. To determine which audience segments exist, run GetAllAudienceSegments.cs. |
        GetAllAudienceSegments | This example gets all audience segments. |
        GetFirstPartyAudienceSegments | This example gets all first party audience segments. |
        PopulateFirstPartyAudienceSegments | This code example populates a specific rule base first party audience segment. To determine which audience segments exist, run GetAllAudienceSegments.cs. |
        UpdateAudienceSegments | This code example updates a first party audience segment's member expiration days. To determine which first party audience segments exist, run GetFirstPartyAudienceSegments.cs. |
        CreateCdnConfigurations | This code example creates new CDN configurations. |
        GetAllCdnConfigurations | This example gets all CDN configurations. |
        ActivateCmsMetadataValues | This example activates all CMS metadata values for the given key. |
        GetAllCmsMetadataKeys | This example gets all CMS metadata keys. |
        GetAllCmsMetadataValues | This example gets all CMS metadata values. |
        GetCmsMetadataValuesForKey | This example gets all CMS metadata values. |
        CreateCompanies | This code example creates new companies. To determine which companies exist, run GetAllCompanies.cs. |
        GetAdvertisers | This example gets all companies that are advertisers. |
        GetAllCompanies | This example gets all companies. |
        UpdateCompanies | This code example updates company comments. To determine which companies exist, run GetAllCompanies.cs. |
        CreateContacts | This code example creates new contacts. To determine which contacts exist, run GetAllContacts.cs. |
        GetAllContacts | This example gets all contacts. |
        GetUninvitedContacts | This example gets all contacts that aren't invited yet. |
        UpdateContacts | This code example updates contact addresses. To determine which contacts exist, run GetAllContacts.cs. |
        GetAllContent | This example gets all content. |
        GetRecentlyModifiedContent | This example gets recently modified content. |
        CopyImageCreatives | This code example creates a copy of an image creative. This would typically be done to reuse creatives in a small business network. To determine which creatives exist, run GetAllCreatives.cs. |
        CreateCreativeFromTemplate | This code example creates a new template creative for a given advertiser. To determine which companies are advertisers, run GetCompaniesByStatement.cs. To determine which creatives already exist, run GetAllCreatives.cs. To determine which creative templates exist, run GetAllCreativeTemplates.cs. |
        CreateCreatives | This code example creates new image creatives for a given advertiser. To determine which companies are advertisers, run GetCompaniesByStatement.cs. To determine which creatives already exist, run GetAllCreatives.cs. |
        CreateCustomCreative | This code example creates a custom creative for a given advertiser. To determine which companies are advertisers, run GetCompaniesByStatement.cs. To determine which creatives already exist, run GetAllCreatives.cs. |
        CreateNativeCreative | This code example creates a new native creative. To determine which creatives already exist, run GetAllCreatives.cs. |
        GetAllCreatives | This example gets all creatives. |
        GetImageCreatives | This example gets all image creatives. |
        UpdateCreatives | This code example updates image creatives. To create an image creative, run CreateCreatives.cs. |
        GetAllCreativeSets | This example gets all creative sets. |
        GetCreativeSetsForMasterCreative | This example gets all creative sets for a master creative. |
        GetAllCreativeTemplates | This example gets all creative templates. |
        GetSystemDefinedCreativeTemplates | This example gets all system defined creative templates. |
        CreateCreativeWrappers | This code example creates a new creative wrapper. Creative wrappers must be associated with a LabelType.CREATIVE_WRAPPER label and applied to ad units by AdUnit.appliedLabels. To determine which creative wrappers exist, run GetAllCreativeWrappers.cs. |
        DeActivateCreativeWrappers | This code example deactivates all creative wrappers belonging to a label. |
        GetActiveCreativeWrappers | This example gets all active creative wrappers. |
        GetAllCreativeWrappers | This example gets all creative wrappers. |
        UpdateCreativeWrappers | This code example updates a creative wrapper to the 'OUTER' wrapping order. To determine which creative wrappers exist, run GetAllCreativeWrappers.cs. |
        CreateCustomFieldOptions | This code example creates custom field options for a drop-down custom field. Once created, custom field options can be found under the options fields of the drop-down custom field and they cannot be deleted. To determine which custom fields exist, run GetAllCustomFields.cs. |
        CreateCustomFields | This code example creates custom fields. To determine which custom fields exist, run GetAllCustomFields.cs. |
        DeactivateCustomFields | This code example deactivates a custom field. To determine which custom fields exist, run GetAllCustomFields.cs. |
        GetAllCustomFields | This example gets all custom fields. |
        GetCustomFieldsForLineItems | This example gets all custom fields that can be applied to line items. |
        SetLineItemCustomFieldValue | This code example sets custom field values on a line item. To determine which custom fields exist, run GetAllCustomFields.cs. To create custom field options, run CreateCustomFieldOptions.cs. To determine which line items exist, run GetAllLineItems.cs. |
        UpdateCustomFields | This code example updates custom field descriptions. To determine which custom fields exist, run GetAllCustomFields.cs. |
        CreateCustomTargetingKeysAndValues | This code example creates new custom targeting keys and values. To determine which custom targeting keys and values exist, run GetAllCustomTargetingKeysAndValues.cs. To target these custom targeting keys and values, run TargetCustomCriteria.cs. |
        GetAllCustomTargetingKeysAndValues | This example gets all custom targeting values. |
        GetPredefinedCustomTargetingKeysAndValues | This example gets predefined custom targeting keys and values. |
        UpdateCustomTargetingKeys | This code example updates the display name of each custom targeting key up to the first 500. To determine which custom targeting keys exist, run GetAllCustomTargetingKeysAndValues.cs. |
        UpdateCustomTargetingValues | This code example updates the display name of custom targeting values. To determine which custom targeting keys exist, run GetAllCustomTargetingKeysAndValues.cs. |
        GetAvailabilityForecast | This code example gets a forecast for a prospective line item. |
        GetAvailabilityForecastById | This code example gets a forecast for an existing line item. To determine which line items exist, run GetAllLineItems.cs. |
        GetDeliveryForecastByIds | This code example gets a delivery forecast for existing line items. To determine which line items exist, run GetAllLineItems.cs. |
        CreateAdUnits | This code example creates new ad units under the effective root ad unit. To determine which ad units exist, run GetAdUnitTree.cs or GetAllAdUnits.cs. |
        CreateVideoAdUnit | This code example creates a new video ad unit under the effective root ad unit. To determine which ad units exist, run GetInventoryTree.cs or GetAllAdUnits.cs. |
        DeActivateAdUnits | This code example deactivates all active ad units. To determine which ad units exist, run GetAllAdUnits.cs or GetInventoryTree.cs. |
        GetAdUnitsByStatement | This code example gets all child ad units of the effective root ad unit. To create an ad unit, run CreateAdUnits.cs. |
        GetAllAdUnits | This example gets all ad units. |
        GetAllAdUnitSizes | This example gets all ad unit sizes. |
        GetInventoryTree | This code example retrieves a previously created ad units and creates a tree. |
        UpdateAdUnits | This code example updates an ad unit's sizes by adding a banner ad size. |
        CreateLabels | This code example creates new labels. To determine which labels exist, run GetAllLabels.cs. This feature is only available to Ad Manager 360 networks. |
        DeactivateActiveLabels | This code example deactivates all active labels. To determine which labels exist, run GetAllLabels.cs. This feature is only available to Ad Manager 360 networks. |
        GetActiveLabels | This example gets all active labels. |
        GetAllLabels | This example gets all labels. |
        UpdateLabels | This code example updates a label's description. To determine which labels exist, run GetAllLabels.cs. This feature is only available to Ad Manager 360 networks. |
        ActivateLicas | This code example activates all LICAs for a given line item. To determine which LICAs exist, run GetAllLicas.cs. |
        CreateLicas | This code example creates new line item creative associations (LICAs) for an existing line item and a set of creative ids. For small business networks, the creative ids must represent new or copied creatives as creatives cannot be used for more than one line item. For premium solution networks, the creative ids can represent any creative. To copy creatives, run CopyImageCreatives.cs. To determine which LICAs exist, run GetAllLicasExample.cs. |
        DeactivateLicas | This code example deactivates all LICAs for a given line item. To determine which LICAs exist, run GetAllLicas.cs. |
        GetAllLicas | This example gets all line item creative associations. |
        GetLicasForLineItem | This example gets all line item creative associations for a given line item. |
        UpdateLicas | This code example updates the destination URL of a LICA. To determine which LICAs exist, run GetAllLicas.cs. |
        ActivateLineItem | This code example activates all line items for the given order. To be activated, line items need to be in the approved (needs creatives) state and have at least one creative associated with them. To approve line items, approve the order to which they belong by running ApproveOrders.cs. To create LICAs, run CreateLicas.cs. To determine which line items exist, run GetAllLineItem.cs. |
        CreateLineItems | This code example creates new line items. To determine which line items exist, run GetAllLineItems.cs. To determine which orders exist, run GetAllOrders.cs. To determine which placements exist, run GetAllPlacements.cs. To determine the IDs for locations, run GetGeoTargets.cs |
        CreateVideoLineItem | This code example creates a new line item to serve to video content. To determine which line items exist, run GetAllLineItems.cs. To determine which orders exist, run GetAllOrders.cs. To create a video ad unit, run CreateVideoAdUnit.cs. To determine which content metadata key hierarchies exist, run GetAllContentMetadataKeyHierarchies.cs. |
        GetAllLineItems | This example gets all line items. |
        GetLineItemsThatNeedCreatives | This example gets all line items that are missing creatives. |
        GetRecentlyUpdatedLineItems | This example gets only recently updated line items. |
        TargetCustomCriteria | This code example updates a line item to add custom criteria targeting. To determine which line items exist, run GetAllLineItems.cs. To determine which custom targeting keys and values exist, run GetAllCustomTargetingKeysAndValues.cs. |
        UpdateLineItems | This code example updates the delivery rate of a line items. To determine which line items exist, run GetAllLineItems.cs. |
        CreateNativeStyles | This code example creates a new native style. |
        GetAllNativeStyles | This example gets all native styles. |
        GetAllNetworks | This example gets all networks. |
        GetCurrentNetwork | This code example gets the current network that you can make requests against. |
        MakeTestNetwork | This code example creates a test network. You do not need to have an Ad Manager account to run this example, but you do need to have a new Google account (created at http://www.google.com/accounts/newaccount) that is not associated with any other Ad Manager networks (including old sandbox networks). Once this network is created, you can supply the network code in your settings to make calls to other services |
        ApproveOrder | This code example approves an order and all line items belonging to that order. To determine which orders exist, run GetAllOrders.cs. |
        CreateOrders | This code example creates new orders. To determine which orders exist, run GetAllOrders.cs. |
        GetAllOrders | This example gets all orders. |
        GetOrdersStartingSoon | This example gets all orders that are starting soon. |
        UpdateOrders | This code example updates the note of an order. To determine which orders exist, run GetAllOrders.cs. |
        CreatePlacements | This code example creates new placements for various ad unit sizes. To determine which placements exist, run GetAllPlacements.cs. |
        DeactivatePlacement | This code example deactivates a placement. To determine which placements exist, run GetAllPlacements.cs. |
        GetActivePlacements | This example gets all active placements. |
        GetAllPlacements | This example gets all placements. |
        UpdatePlacements | This code example updates the description of a placement. |
        ArchiveProposalLineItem | This code example archives a proposal line item. To determine which proposal line items exist, run GetAllProposalLineItem.cs. |
        CreateProposalLineItems | This example creates a new proposal line item. |
        GetAllProposalLineItems | This example gets all proposal line items. |
        GetProposalLineItemsForProposal | This example gets all proposal line items belonging to a specific proposal. |
        UpdateProposalLineItems | This code example updates a proposal line item's notes. To determine which proposal line items exist, run GetAllProposalLineItems.cs. |
        CreateProposals | This example creates a proposal. |
        GetAllProposals | This example gets all proposals. |
        GetMarketplaceComments | This example gets the Marketplace comments for a programmatic proposal. |
        GetProposalsAwaitingSellerReivew | This example gets all proposals awaiting seller review. |
        RequestBuyerAcceptance | This example sends programmatic proposals to Marketplace to request buyer acceptance. |
        UpdateProposals | This code example updates the note of an proposal. To determine which proposals exist, run GetAllProposals.cs. |
        FetchMatchTables | This code example fetches and creates match table files from the Line_Item and Ad_Unit tables. This example may take a while to run. |
        GetAllLineItemsUsingPql | This code example gets all line items in your network using the Line_Item table. This code example may take a while to run. The Line_Item PQL table schema can be found here: https://developers.google.com/doubleclick-publishers/docs/reference/v202008/PublisherQueryLanguageService#Line_Item |
        GetAllProgrammaticBuyers | This example gets all programmatic buyers in your network using the Programmatic_Buyer table. |
        GetGeoTargets | This code example gets geographic criteria from the Geo_Target table, such as all cities available to target. Other types include 'Country', 'Region', 'State', 'Postal_Code', and 'DMA_Region' (i.e. Metro). A full list of available geo target types can be found at https://developers.google.com/doubleclick-publishers/docs/reference/v202008/PublisherQueryLanguageService |
        GetLineItemsNamedLike | This code example gets all line items which have a name beginning with "line item". This code example may take a while to run. |
        GetMcmEarnings | This example gets Multiple Customer Management earning information for the prior month. |
        GetRecentChanges | This example gets recent changes in your network using the Change_History table |
        RunAdExchangeReport | This code example runs a report on Ad Exchange data via the Ad Manager API. |
        RunDeliveryReport | This code example runs a report similar to the "Orders report" in the Ad Manager UI with additional attributes and can filter to include just one order. The report is saved to the specified file path. |
        RunInventoryReport | This code example runs a report equal to the "Whole network report" in the Ad Manager UI. The report is saved to the specified file path. |
        RunReachReport | This code example runs a reach report. The report is saved to the specified file path. |
        RunReportWithCustomFields | This code example runs a report that includes custom fields found in the line items of an order. To download the report see DownloadReport.cs |
        RunSavedQuery | This code example runs a report from a saved query. |
        CreateSites | This code example creates new sites. |
        GetAllSites | This example gets all sites. |
        GetSitesRequiringApproval | This example gets sites under Multiple Customer Management requiring review. |
        SubmitSiteForApproval | This example submits a site for approval. |
        ApproveSuggestedAdUnits | This code example approves all suggested ad units with 50 or more requests. This feature is only available to Ad Manager 360 networks. |
        GetAllSuggestedAdUnits | This example gets all suggested ad units. |
        GetHighlyRequestedSuggestedAdUnits | This example gets all highly requested suggested ad units. |
        GetAllTargetingPresets | This example gets all targeting presets. |
        CreateTeams | This code example creates new teams. To determine which teams exist, run GetAllTeams.cs. |
        GetAllTeams | This example gets all teams. |
        UpdateTeams | This code example updates a team by adding an ad unit to it. To determine which teams exist, run GetAllTeams.cs. To determine which ad units exist, run GetAllAdUnits.cs. |
        CreateUsers | This code example creates new users. To determine which users exist, run GetAllUsers.cs. |
        DeactivateUser | This code example deactivates a user. Deactivated users can no longer make requests to the API. The user making the request cannot deactivate itself. To determine which users exist, run GetAllUsers.cs. |
        GetAllRoles | This example gets all roles. |
        GetAllUsers | This example gets all users. |
        GetCurrentUser | This code example gets current user. To create users, run CreateUsers.cs. |
        GetUserByEmailAddress | This example gets users by email. |
        UpdateUsers | This code example updates a user by adding "Sr." to the end of its name. To determine which users exist, run GetAllUsers.cs. |
        CreateUserTeamAssociations | This code example adds a user to a team by creating an association between the two. To determine which teams exist, run GetAllTeams.cs. To determine which users exist, run GetAllUsers.cs. |
        DeleteUserTeamAssociation | This code example removes the user from all its teams. To determine which users exist, run GetAllUsers.cs. |
        GetAllUserTeamAssociations | This example gets all user team associations. |
        GetUserTeamAssociationsForUser | This example gets all user team associations (i.e. teams) for a given user. |
        UpdateUserTeamAssociations | This code example updates user team associations by setting the overridden access type to read only for all teams that the user belongs to. To determine which users exists, run GetAllUsers.cs. |
       v202011 | |
        CreateActivityGroups | This code example creates new activity groups. To determine which activity groups exist, run GetAllActivityGroups.cs. |
        GetActiveActivityGroups | This example gets all active activity groups. |
        GetAllActivityGroups | This example gets all activity groups. |
        UpdateActivityGroups | This code example updates activity groups by adding a company. To determine which activity groups exist, run GetAllActivityGroups.cs. |
        CreateActivities | This code example creates new activities. To determine which activities exist, run GetAllActivities.cs. |
        GetActiveActivities | This example gets all active activities. |
        GetAllActivities | This example gets all activities. |
        UpdateActivities | This code example updates activity expected URLs. To determine which activities exist, run GetAllActivities.cs. |
        CreateTrafficAdjustments | This example creates a new Forecast Adjustment of 110% for New Years Day Traffic. |
        CreateTrafficForecastSegments | This example creates a traffic forecast segment for all ad units in the United States." |
        GetAllForecastAdjustments | This example gets all forecast adjustments. |
        GetAllTrafficForecastSegments | This example gets all traffic forecast segments. |
        GetForecastAdjustmentsForTrafficForecastSegment | This example gets all forecast adjustments for a given traffic forecast segment. |
        UpdateForecastAdjustments | This example updates a Forecast Adjustment's name. |
        CreateAudienceSegments | This code example creates new rule based first party audience segments. To determine which audience segments exist, run GetAllAudienceSegments.cs. |
        GetAllAudienceSegments | This example gets all audience segments. |
        GetFirstPartyAudienceSegments | This example gets all first party audience segments. |
        PopulateFirstPartyAudienceSegments | This code example populates a specific rule base first party audience segment. To determine which audience segments exist, run GetAllAudienceSegments.cs. |
        UpdateAudienceSegments | This code example updates a first party audience segment's member expiration days. To determine which first party audience segments exist, run GetFirstPartyAudienceSegments.cs. |
        CreateCdnConfigurations | This code example creates new CDN configurations. |
        GetAllCdnConfigurations | This example gets all CDN configurations. |
        ActivateCmsMetadataValues | This example activates all CMS metadata values for the given key. |
        GetAllCmsMetadataKeys | This example gets all CMS metadata keys. |
        GetAllCmsMetadataValues | This example gets all CMS metadata values. |
        GetCmsMetadataValuesForKey | This example gets all CMS metadata values. |
        CreateCompanies | This code example creates new companies. To determine which companies exist, run GetAllCompanies.cs. |
        GetAdvertisers | This example gets all companies that are advertisers. |
        GetAllCompanies | This example gets all companies. |
        UpdateCompanies | This code example updates company comments. To determine which companies exist, run GetAllCompanies.cs. |
        CreateContacts | This code example creates new contacts. To determine which contacts exist, run GetAllContacts.cs. |
        GetAllContacts | This example gets all contacts. |
        GetUninvitedContacts | This example gets all contacts that aren't invited yet. |
        UpdateContacts | This code example updates contact addresses. To determine which contacts exist, run GetAllContacts.cs. |
        GetAllContent | This example gets all content. |
        GetRecentlyModifiedContent | This example gets recently modified content. |
        CopyImageCreatives | This code example creates a copy of an image creative. This would typically be done to reuse creatives in a small business network. To determine which creatives exist, run GetAllCreatives.cs. |
        CreateCreativeFromTemplate | This code example creates a new template creative for a given advertiser. To determine which companies are advertisers, run GetCompaniesByStatement.cs. To determine which creatives already exist, run GetAllCreatives.cs. To determine which creative templates exist, run GetAllCreativeTemplates.cs. |
        CreateCreatives | This code example creates new image creatives for a given advertiser. To determine which companies are advertisers, run GetCompaniesByStatement.cs. To determine which creatives already exist, run GetAllCreatives.cs. |
        CreateCustomCreative | This code example creates a custom creative for a given advertiser. To determine which companies are advertisers, run GetCompaniesByStatement.cs. To determine which creatives already exist, run GetAllCreatives.cs. |
        CreateNativeCreative | This code example creates a new native creative. To determine which creatives already exist, run GetAllCreatives.cs. |
        GetAllCreatives | This example gets all creatives. |
        GetImageCreatives | This example gets all image creatives. |
        UpdateCreatives | This code example updates image creatives. To create an image creative, run CreateCreatives.cs. |
        GetAllCreativeSets | This example gets all creative sets. |
        GetCreativeSetsForMasterCreative | This example gets all creative sets for a master creative. |
        GetAllCreativeTemplates | This example gets all creative templates. |
        GetSystemDefinedCreativeTemplates | This example gets all system defined creative templates. |
        CreateCreativeWrappers | This code example creates a new creative wrapper. Creative wrappers must be associated with a LabelType.CREATIVE_WRAPPER label and applied to ad units by AdUnit.appliedLabels. To determine which creative wrappers exist, run GetAllCreativeWrappers.cs. |
        DeActivateCreativeWrappers | This code example deactivates all creative wrappers belonging to a label. |
        GetActiveCreativeWrappers | This example gets all active creative wrappers. |
        GetAllCreativeWrappers | This example gets all creative wrappers. |
        UpdateCreativeWrappers | This code example updates a creative wrapper to the 'OUTER' wrapping order. To determine which creative wrappers exist, run GetAllCreativeWrappers.cs. |
        CreateCustomFieldOptions | This code example creates custom field options for a drop-down custom field. Once created, custom field options can be found under the options fields of the drop-down custom field and they cannot be deleted. To determine which custom fields exist, run GetAllCustomFields.cs. |
        CreateCustomFields | This code example creates custom fields. To determine which custom fields exist, run GetAllCustomFields.cs. |
        DeactivateCustomFields | This code example deactivates a custom field. To determine which custom fields exist, run GetAllCustomFields.cs. |
        GetAllCustomFields | This example gets all custom fields. |
        GetCustomFieldsForLineItems | This example gets all custom fields that can be applied to line items. |
        SetLineItemCustomFieldValue | This code example sets custom field values on a line item. To determine which custom fields exist, run GetAllCustomFields.cs. To create custom field options, run CreateCustomFieldOptions.cs. To determine which line items exist, run GetAllLineItems.cs. |
        UpdateCustomFields | This code example updates custom field descriptions. To determine which custom fields exist, run GetAllCustomFields.cs. |
        CreateCustomTargetingKeysAndValues | This code example creates new custom targeting keys and values. To determine which custom targeting keys and values exist, run GetAllCustomTargetingKeysAndValues.cs. To target these custom targeting keys and values, run TargetCustomCriteria.cs. |
        GetAllCustomTargetingKeysAndValues | This example gets all custom targeting values. |
        GetPredefinedCustomTargetingKeysAndValues | This example gets predefined custom targeting keys and values. |
        UpdateCustomTargetingKeys | This code example updates the display name of each custom targeting key up to the first 500. To determine which custom targeting keys exist, run GetAllCustomTargetingKeysAndValues.cs. |
        UpdateCustomTargetingValues | This code example updates the display name of custom targeting values. To determine which custom targeting keys exist, run GetAllCustomTargetingKeysAndValues.cs. |
        GetAvailabilityForecast | This code example gets a forecast for a prospective line item. |
        GetAvailabilityForecastById | This code example gets a forecast for an existing line item. To determine which line items exist, run GetAllLineItems.cs. |
        GetDeliveryForecastByIds | This code example gets a delivery forecast for existing line items. To determine which line items exist, run GetAllLineItems.cs. |
        GetTrafficData | This example gets run-of-network traffic for the previous and next 7 days. |
        CreateAdUnits | This code example creates new ad units under the effective root ad unit. To determine which ad units exist, run GetAdUnitTree.cs or GetAllAdUnits.cs. |
        CreateVideoAdUnit | This code example creates a new video ad unit under the effective root ad unit. To determine which ad units exist, run GetInventoryTree.cs or GetAllAdUnits.cs. |
        DeActivateAdUnits | This code example deactivates all active ad units. To determine which ad units exist, run GetAllAdUnits.cs or GetInventoryTree.cs. |
        GetAdUnitsByStatement | This code example gets all child ad units of the effective root ad unit. To create an ad unit, run CreateAdUnits.cs. |
        GetAllAdUnits | This example gets all ad units. |
        GetAllAdUnitSizes | This example gets all ad unit sizes. |
        GetInventoryTree | This code example retrieves a previously created ad units and creates a tree. |
        UpdateAdUnits | This code example updates an ad unit's sizes by adding a banner ad size. |
        CreateLabels | This code example creates new labels. To determine which labels exist, run GetAllLabels.cs. This feature is only available to Ad Manager 360 networks. |
        DeactivateActiveLabels | This code example deactivates all active labels. To determine which labels exist, run GetAllLabels.cs. This feature is only available to Ad Manager 360 networks. |
        GetActiveLabels | This example gets all active labels. |
        GetAllLabels | This example gets all labels. |
        UpdateLabels | This code example updates a label's description. To determine which labels exist, run GetAllLabels.cs. This feature is only available to Ad Manager 360 networks. |
        ActivateLicas | This code example activates all LICAs for a given line item. To determine which LICAs exist, run GetAllLicas.cs. |
        CreateLicas | This code example creates new line item creative associations (LICAs) for an existing line item and a set of creative ids. For small business networks, the creative ids must represent new or copied creatives as creatives cannot be used for more than one line item. For premium solution networks, the creative ids can represent any creative. To copy creatives, run CopyImageCreatives.cs. To determine which LICAs exist, run GetAllLicasExample.cs. |
        DeactivateLicas | This code example deactivates all LICAs for a given line item. To determine which LICAs exist, run GetAllLicas.cs. |
        GetAllLicas | This example gets all line item creative associations. |
        GetLicasForLineItem | This example gets all line item creative associations for a given line item. |
        UpdateLicas | This code example updates the destination URL of a LICA. To determine which LICAs exist, run GetAllLicas.cs. |
        ActivateLineItem | This code example activates all line items for the given order. To be activated, line items need to be in the approved (needs creatives) state and have at least one creative associated with them. To approve line items, approve the order to which they belong by running ApproveOrders.cs. To create LICAs, run CreateLicas.cs. To determine which line items exist, run GetAllLineItem.cs. |
        CreateLineItems | This code example creates new line items. To determine which line items exist, run GetAllLineItems.cs. To determine which orders exist, run GetAllOrders.cs. To determine which placements exist, run GetAllPlacements.cs. To determine the IDs for locations, run GetGeoTargets.cs |
        CreateVideoLineItem | This code example creates a new line item to serve to video content. To determine which line items exist, run GetAllLineItems.cs. To determine which orders exist, run GetAllOrders.cs. To create a video ad unit, run CreateVideoAdUnit.cs. To determine which content metadata key hierarchies exist, run GetAllContentMetadataKeyHierarchies.cs. |
        GetAllLineItems | This example gets all line items. |
        GetLineItemsThatNeedCreatives | This example gets all line items that are missing creatives. |
        GetRecentlyUpdatedLineItems | This example gets only recently updated line items. |
        TargetCustomCriteria | This code example updates a line item to add custom criteria targeting. To determine which line items exist, run GetAllLineItems.cs. To determine which custom targeting keys and values exist, run GetAllCustomTargetingKeysAndValues.cs. |
        UpdateLineItems | This code example updates the delivery rate of a line items. To determine which line items exist, run GetAllLineItems.cs. |
        CreateNativeStyles | This code example creates a new native style. |
        GetAllNativeStyles | This example gets all native styles. |
        GetAllNetworks | This example gets all networks. |
        GetCurrentNetwork | This code example gets the current network that you can make requests against. |
        GetDefaultThirdPartyDataDeclaration | This code example gets the current network's default third party data declaration. |
        MakeTestNetwork | This code example creates a test network. You do not need to have an Ad Manager account to run this example, but you do need to have a new Google account (created at http://www.google.com/accounts/newaccount) that is not associated with any other Ad Manager networks (including old sandbox networks). Once this network is created, you can supply the network code in your settings to make calls to other services |
        ApproveOrder | This code example approves an order and all line items belonging to that order. To determine which orders exist, run GetAllOrders.cs. |
        CreateOrders | This code example creates new orders. To determine which orders exist, run GetAllOrders.cs. |
        GetAllOrders | This example gets all orders. |
        GetOrdersStartingSoon | This example gets all orders that are starting soon. |
        UpdateOrders | This code example updates the note of an order. To determine which orders exist, run GetAllOrders.cs. |
        CreatePlacements | This code example creates new placements for various ad unit sizes. To determine which placements exist, run GetAllPlacements.cs. |
        DeactivatePlacement | This code example deactivates a placement. To determine which placements exist, run GetAllPlacements.cs. |
        GetActivePlacements | This example gets all active placements. |
        GetAllPlacements | This example gets all placements. |
        UpdatePlacements | This code example updates the description of a placement. |
        ArchiveProposalLineItem | This code example archives a proposal line item. To determine which proposal line items exist, run GetAllProposalLineItem.cs. |
        CreateProposalLineItems | This example creates a new proposal line item. |
        GetAllProposalLineItems | This example gets all proposal line items. |
        GetProposalLineItemsForProposal | This example gets all proposal line items belonging to a specific proposal. |
        UpdateProposalLineItems | This code example updates a proposal line item's notes. To determine which proposal line items exist, run GetAllProposalLineItems.cs. |
        CreateProposals | This example creates a proposal. |
        GetAllProposals | This example gets all proposals. |
        GetMarketplaceComments | This example gets the Marketplace comments for a programmatic proposal. |
        GetProposalsAwaitingSellerReivew | This example gets all proposals awaiting seller review. |
        RequestBuyerAcceptance | This example sends programmatic proposals to Marketplace to request buyer acceptance. |
        UpdateProposals | This code example updates the note of an proposal. To determine which proposals exist, run GetAllProposals.cs. |
        FetchMatchTables | This code example fetches and creates match table files from the Line_Item and Ad_Unit tables. This example may take a while to run. |
        GetAllLineItemsUsingPql | This code example gets all line items in your network using the Line_Item table. This code example may take a while to run. The Line_Item PQL table schema can be found here: https://developers.google.com/doubleclick-publishers/docs/reference/v202011/PublisherQueryLanguageService#Line_Item |
        GetAllProgrammaticBuyers | This example gets all programmatic buyers in your network using the Programmatic_Buyer table. |
        GetGeoTargets | This code example gets geographic criteria from the Geo_Target table, such as all cities available to target. Other types include 'Country', 'Region', 'State', 'Postal_Code', and 'DMA_Region' (i.e. Metro). A full list of available geo target types can be found at https://developers.google.com/doubleclick-publishers/docs/reference/v202011/PublisherQueryLanguageService |
        GetLineItemsNamedLike | This code example gets all line items which have a name beginning with "line item". This code example may take a while to run. |
        GetMcmEarnings | This example gets Multiple Customer Management earning information for the prior month. |
        GetRecentChanges | This example gets recent changes in your network using the Change_History table |
        RunAdExchangeReport | This code example runs a report on Ad Exchange data via the Ad Manager API. |
        RunDeliveryReport | This code example runs a report similar to the "Orders report" in the Ad Manager UI with additional attributes and can filter to include just one order. The report is saved to the specified file path. |
        RunInventoryReport | This code example runs a report equal to the "Whole network report" in the Ad Manager UI. The report is saved to the specified file path. |
        RunReachReport | This code example runs a reach report. The report is saved to the specified file path. |
        RunReportWithCustomFields | This code example runs a report that includes custom fields found in the line items of an order. To download the report see DownloadReport.cs |
        RunSavedQuery | This code example runs a report from a saved query. |
        CreateSites | This code example creates new sites. |
        GetAllSites | This example gets all sites. |
        GetSitesRequiringApproval | This example gets sites under Multiple Customer Management requiring review. |
        SubmitSiteForApproval | This example submits a site for approval. |
        ApproveSuggestedAdUnits | This code example approves all suggested ad units with 50 or more requests. This feature is only available to Ad Manager 360 networks. |
        GetAllSuggestedAdUnits | This example gets all suggested ad units. |
        GetHighlyRequestedSuggestedAdUnits | This example gets all highly requested suggested ad units. |
        GetAllTargetingPresets | This example gets all targeting presets. |
        CreateTeams | This code example creates new teams. To determine which teams exist, run GetAllTeams.cs. |
        GetAllTeams | This example gets all teams. |
        UpdateTeams | This code example updates a team by adding an ad unit to it. To determine which teams exist, run GetAllTeams.cs. To determine which ad units exist, run GetAllAdUnits.cs. |
        CreateUsers | This code example creates new users. To determine which users exist, run GetAllUsers.cs. |
        DeactivateUser | This code example deactivates a user. Deactivated users can no longer make requests to the API. The user making the request cannot deactivate itself. To determine which users exist, run GetAllUsers.cs. |
        GetAllRoles | This example gets all roles. |
        GetAllUsers | This example gets all users. |
        GetCurrentUser | This code example gets current user. To create users, run CreateUsers.cs. |
        GetUserByEmailAddress | This example gets users by email. |
        UpdateUsers | This code example updates a user by adding "Sr." to the end of its name. To determine which users exist, run GetAllUsers.cs. |
        CreateUserTeamAssociations | This code example adds a user to a team by creating an association between the two. To determine which teams exist, run GetAllTeams.cs. To determine which users exist, run GetAllUsers.cs. |
        DeleteUserTeamAssociation | This code example removes the user from all its teams. To determine which users exist, run GetAllUsers.cs. |
        GetAllUserTeamAssociations | This example gets all user team associations. |
        GetUserTeamAssociationsForUser | This example gets all user team associations (i.e. teams) for a given user. |
        UpdateUserTeamAssociations | This code example updates user team associations by setting the overridden access type to read only for all teams that the user belongs to. To determine which users exists, run GetAllUsers.cs. |
       Program | The Main class for this application. |
       SampleBase | This abstract class represents a code example. |
     Headers | |
      AdManagerSoapHeader | Base class for Ad Manager API Soap headers. |
      RequestHeader | Soap Request header for DFP API services. |
      ResponseHeader | SOAP Response header for DFP API services. |
     Lib | |
      AdManagerApiException | Custom exception class for wrapping DFP API SOAP exceptions. |
      AdManagerAppConfig | This class reads the configuration keys from App.config. |
      AdManagerException | Base class for all exceptions specific to DFP. |
      AdManagerService | Lists all the services available through this library. |
       v202002 | All the services available in v202002. |
       v202005 | All the services available in v202005. |
       v202008 | All the services available in v202008. |
       v202011 | All the services available in v202011. |
      AdManagerServiceFactory | The factory class for all Ad Manager API services. |
      AdManagerServiceSignature | Service creation params for DFP API family of services. |
      AdManagerSoapClient< TChannel > | Base class for DFP API services. |
      AdManagerSoapHeaderInspector | Inspector that adds a SOAP request header to outbound requests. |
      AdManagerTraceListener | Listens to SOAP messages sent and received by this library. |
      AdManagerUser | Represents an Ad Manager API user. |
     Util | |
      v202002 | |
       DateTimeUtilities | A utility class that allows you to build Datetime objects from strings. |
       PqlUtilities | A utility class for handling PQL objects. |
       ReportUtilities | Utility class for DFP API report downloads. |
       StatementBuilder | A utility class that allows for statements to be constructed in parts. Typical usage is: |
      v202005 | |
       DateTimeUtilities | A utility class that allows you to build Datetime objects from strings. |
       PqlUtilities | A utility class for handling PQL objects. |
       ReportUtilities | Utility class for DFP API report downloads. |
       StatementBuilder | A utility class that allows for statements to be constructed in parts. Typical usage is: |
      v202008 | |
       DateTimeUtilities | A utility class that allows you to build Datetime objects from strings. |
       PqlUtilities | A utility class for handling PQL objects. |
       ReportUtilities | Utility class for DFP API report downloads. |
       StatementBuilder | A utility class that allows for statements to be constructed in parts. Typical usage is: |
      v202011 | |
       DateTimeUtilities | A utility class that allows you to build Datetime objects from strings. |
       PqlUtilities | A utility class for handling PQL objects. |
       ReportUtilities | Utility class for DFP API report downloads. |
       StatementBuilder | A utility class that allows for statements to be constructed in parts. Typical usage is: |
     v202002 | |
      Wrappers | |
       ActivityGroupService | |
        createActivityGroupsRequest | |
        createActivityGroupsResponse | |
        updateActivityGroupsRequest | |
        updateActivityGroupsResponse | |
       ActivityService | |
        createActivitiesRequest | |
        createActivitiesResponse | |
        updateActivitiesRequest | |
        updateActivitiesResponse | |
       AdExclusionRuleService | |
        createAdExclusionRulesRequest | |
        createAdExclusionRulesResponse | |
        updateAdExclusionRulesRequest | |
        updateAdExclusionRulesResponse | |
       AdjustmentService | |
        updateTrafficAdjustmentsRequest | |
        updateTrafficAdjustmentsResponse | |
       AdRuleService | |
        createAdRulesRequest | |
        createAdRulesResponse | |
        createAdSpotsRequest | |
        createAdSpotsResponse | |
        createBreakTemplatesRequest | |
        createBreakTemplatesResponse | |
        updateAdRulesRequest | |
        updateAdRulesResponse | |
        updateAdSpotsRequest | |
        updateAdSpotsResponse | |
        updateBreakTemplatesRequest | |
        updateBreakTemplatesResponse | |
       AudienceSegmentService | |
        createAudienceSegmentsRequest | |
        createAudienceSegmentsResponse | |
        updateAudienceSegmentsRequest | |
        updateAudienceSegmentsResponse | |
       CdnConfigurationService | |
        createCdnConfigurationsRequest | |
        createCdnConfigurationsResponse | |
        updateCdnConfigurationsRequest | |
        updateCdnConfigurationsResponse | |
       CmsMetadataService | |
       CompanyService | |
        createCompaniesRequest | |
        createCompaniesResponse | |
        updateCompaniesRequest | |
        updateCompaniesResponse | |
       ContactService | |
        createContactsRequest | |
        createContactsResponse | |
        updateContactsRequest | |
        updateContactsResponse | |
       ContentBundleService | |
        createContentBundlesRequest | |
        createContentBundlesResponse | |
        updateContentBundlesRequest | |
        updateContentBundlesResponse | |
       ContentService | |
       CreativeReviewService | |
       CreativeService | |
        createCreativesRequest | |
        createCreativesResponse | |
        updateCreativesRequest | |
        updateCreativesResponse | |
       CreativeSetService | |
       CreativeTemplateService | |
       CreativeWrapperService | |
        createCreativeWrappersRequest | |
        createCreativeWrappersResponse | |
        updateCreativeWrappersRequest | |
        updateCreativeWrappersResponse | |
       CustomFieldService | |
        createCustomFieldOptionsRequest | |
        createCustomFieldOptionsResponse | |
        createCustomFieldsRequest | |
        createCustomFieldsResponse | |
        updateCustomFieldOptionsRequest | |
        updateCustomFieldOptionsResponse | |
        updateCustomFieldsRequest | |
        updateCustomFieldsResponse | |
       CustomTargetingService | |
        createCustomTargetingKeysRequest | |
        createCustomTargetingKeysResponse | |
        createCustomTargetingValuesRequest | |
        createCustomTargetingValuesResponse | |
        updateCustomTargetingKeysRequest | |
        updateCustomTargetingKeysResponse | |
        updateCustomTargetingValuesRequest | |
        updateCustomTargetingValuesResponse | |
       DaiAuthenticationKeyService | |
        createDaiAuthenticationKeysRequest | |
        createDaiAuthenticationKeysResponse | |
        updateDaiAuthenticationKeysRequest | |
        updateDaiAuthenticationKeysResponse | |
       ForecastService | |
        getDeliveryForecastRequest | |
        getDeliveryForecastResponse | |
        getDeliveryForecastByIdsRequest | |
        getDeliveryForecastByIdsResponse | |
       InventoryService | |
        createAdUnitsRequest | |
        createAdUnitsResponse | |
        getAdUnitSizesByStatementRequest | |
        getAdUnitSizesByStatementResponse | |
        updateAdUnitsRequest | |
        updateAdUnitsResponse | |
       LabelService | |
        createLabelsRequest | |
        createLabelsResponse | |
        updateLabelsRequest | |
        updateLabelsResponse | |
       LineItemCreativeAssociationService | |
        createLineItemCreativeAssociationsRequest | |
        createLineItemCreativeAssociationsResponse | |
        getPreviewUrlsForNativeStylesRequest | |
        getPreviewUrlsForNativeStylesResponse | |
        updateLineItemCreativeAssociationsRequest | |
        updateLineItemCreativeAssociationsResponse | |
       LineItemService | |
        createLineItemsRequest | |
        createLineItemsResponse | |
        updateLineItemsRequest | |
        updateLineItemsResponse | |
       LineItemTemplateService | |
       LiveStreamEventService | |
        createLiveStreamEventsRequest | |
        createLiveStreamEventsResponse | |
        registerSessionsForMonitoringRequest | |
        registerSessionsForMonitoringResponse | |
        updateLiveStreamEventsRequest | |
        updateLiveStreamEventsResponse | |
       MobileApplicationService | |
        createMobileApplicationsRequest | |
        createMobileApplicationsResponse | |
        updateMobileApplicationsRequest | |
        updateMobileApplicationsResponse | |
       NativeStyleService | |
        createNativeStylesRequest | |
        createNativeStylesResponse | |
        updateNativeStylesRequest | |
        updateNativeStylesResponse | |
       NetworkService | |
        getAllNetworksRequest | |
        getAllNetworksResponse | |
       OrderService | |
        createOrdersRequest | |
        createOrdersResponse | |
        updateOrdersRequest | |
        updateOrdersResponse | |
       PlacementService | |
        createPlacementsRequest | |
        createPlacementsResponse | |
        updatePlacementsRequest | |
        updatePlacementsResponse | |
       ProposalLineItemService | |
        createProposalLineItemsRequest | |
        createProposalLineItemsResponse | |
        updateProposalLineItemsRequest | |
        updateProposalLineItemsResponse | |
       ProposalService | |
        createProposalsRequest | |
        createProposalsResponse | |
        updateProposalsRequest | |
        updateProposalsResponse | |
       PublisherQueryLanguageService | |
       ReportService | |
       StreamActivityMonitorService | |
        getSamSessionsByStatementRequest | |
        getSamSessionsByStatementResponse | |
        registerSessionsForMonitoringRequest | |
        registerSessionsForMonitoringResponse | |
       SuggestedAdUnitService | |
       TargetingPresetService | |
       TeamService | |
        createTeamsRequest | |
        createTeamsResponse | |
        updateTeamsRequest | |
        updateTeamsResponse | |
       UserService | |
        createUsersRequest | |
        createUsersResponse | |
        getAllRolesRequest | |
        getAllRolesResponse | |
        updateUsersRequest | |
        updateUsersResponse | |
       UserTeamAssociationService | |
        createUserTeamAssociationsRequest | |
        createUserTeamAssociationsResponse | |
        updateUserTeamAssociationsRequest | |
        updateUserTeamAssociationsResponse | |
      ApiException | Exception class for holding a list of service errors. |
      ApiError | The API error base class that provides details about an error that occurred while processing a service request |
      FieldPathElement | A segment of a field path. Each dot in a field path defines a new segment. |
      ApplicationException | Base class for exceptions. |
      ActivityGroup | Activities are organized within activity groups, which are sets of activities that share the same configuration. You create and manage activities from within activity groups. |
      UniqueError | An error for a field which must satisfy a uniqueness constraint |
      StringLengthError | Errors for Strings which do not meet given length constraints. |
      StringFormatError | A list of error code for reporting invalid content of input strings. |
      StatementError | An error that occurs while parsing Statement objects. |
      ServerError | Errors related to the server. |
      RequiredError | Errors due to missing required field. |
      RequiredCollectionError | A list of all errors to be used for validating sizes of collections. |
      RangeError | A list of all errors associated with the Range constraint. |
      QuotaError | Describes a client-side error on which a user is attempting to perform an action to which they have no quota remaining. |
      PublisherQueryLanguageSyntaxError | An error that occurs while parsing a PQL query contained in a Statement object. |
      PublisherQueryLanguageContextError | An error that occurs while executing a PQL query contained in a Statement object. |
      PermissionError | Errors related to incorrect permission. |
      ParseError | Lists errors related to parsing. |
      NotNullError | Caused by supplying a null value for an attribute that cannot be null. |
      InternalApiError | Indicates that a server-side error has occured |
      FeatureError | Errors related to feature management. If you attempt using a feature that is not available to the current network you'll receive a FeatureError with the missing feature as the trigger. |
      CommonError | A place for common errors that can be used across services. |
      CollectionSizeError | Error for the size of the collection being too large |
      AuthenticationError | An error for an exception that occurred when authenticating. |
      ApiVersionError | Errors related to the usage of API versions. |
      ActivityError | Errors relating to Activity and Activity Group services. |
      Statement | Captures the |
      String_ValueMapEntry | This represents an entry in a map with a key of type String and value of type Value. |
      Value | |
      TextValue | Contains a string value. |
      SetValue | Contains a set of Values. May not contain duplicates. |
      NumberValue | Contains a numeric value. |
      DateValue | Contains a date value. |
      Date | Represents a date. |
      DateTimeValue | Contains a date-time value. |
      DateTime | Represents a date combined with the time of day. |
      BooleanValue | Contains a boolean value. |
      ObjectValue | Contains an object value |
      ActivityGroupPage | Captures a page of ActivityGroup objects. |
      ActivityGroupServiceInterfaceChannel | |
      ActivityGroupServiceInterface | |
      ActivityGroupService | Provides methods for creating, updating and retrieving ActivityGroup objects |
      CmsContent | Contains information about Content from the CMS it was ingested from. |
      DaiIngestError | Represents an error associated with a DAI content's status. |
      Content | A |
      ContentPage | Captures a page of |
      TypeError | An error for a field which is an invalid type. |
      RequiredNumberError | A list of all errors to be used in conjunction with required number validators. |
      InvalidUrlError | Lists all errors associated with URLs. |
      ContentServiceInterface | |
      ContentServiceInterfaceChannel | |
      ContentService | Service for retrieving Content |
      BaseCreativeTemplateVariableValue | A base class for storing values of the CreativeTemplateVariable. |
      UrlCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::URL. |
      StringCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::STRING and VariableType::LIST. |
      LongCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::LONG. |
      AssetCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::ASSET. |
      CreativeAsset | A |
      Size | Represents the dimensions of an AdUnit, LineItem or Creative |
      ClickTag | Click tags define click-through URLs for each exit on an HTML5 creative. An exit is any area that can be clicked that directs the browser to a landing page. Each click tag defines the click-through URL for a different exit. In Ad Manager, tracking pixels are attached to the click tags if URLs are valid. |
      CustomCreativeAsset | A |
      VideoMetadata | Metadata for a video asset. |
      Asset | Base asset properties. |
      RedirectAsset | An externally hosted asset. |
      VideoRedirectAsset | An externally-hosted video asset. |
      ConversionEvent_TrackingUrlsMapEntry | This represents an entry in a map with a key of type ConversionEvent and value of type TrackingUrls. |
      RichMediaStudioChildAssetProperty | Represents a child asset in |
      BaseCustomFieldValue | The value of a CustomField for a particular entity. |
      DropDownCustomFieldValue | A CustomFieldValue for a CustomField that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN |
      CustomFieldValue | The value of a CustomField that does not have a CustomField::dataType of CustomFieldDataType::DROP_DOWN. |
      AppliedLabel | Represents a Label that can be applied to an entity. To negate an inherited label, create an |
      Creative | A |
      VastRedirectCreative | A |
      UnsupportedCreative | A |
      ThirdPartyCreative | A |
      TemplateCreative | A |
      ProgrammaticCreative | A |
      LegacyDfpCreative | A |
      InternalRedirectCreative | A |
      Html5Creative | A |
      HasDestinationUrlCreative | A |
      CustomCreative | A |
      BaseVideoCreative | A base type for video creatives. |
      VideoRedirectCreative | A |
      VideoCreative | A |
      SetTopBoxCreative | A |
      BaseImageRedirectCreative | The base type for creatives that load an image asset from a specified URL. |
      ImageRedirectOverlayCreative | An overlay |
      ImageRedirectCreative | A |
      BaseImageCreative | The base type for creatives that display an image. |
      ImageOverlayCreative | An overlay |
      ImageCreative | A |
      AspectRatioImageCreative | A |
      ClickTrackingCreative | A creative that is used for tracking clicks on ads that are served directly from the customers' web servers or media servers. NOTE: The size attribute is not used for click tracking creative and it will not be persisted upon save. |
      BaseRichMediaStudioCreative | A |
      RichMediaStudioCreative | A |
      BaseDynamicAllocationCreative | A base class for dynamic allocation creatives. |
      HasHtmlSnippetDynamicAllocationCreative | Dynamic allocation creative with a backfill code snippet. |
      AdSenseCreative | An AdSense dynamic allocation creative. |
      AdExchangeCreative | An Ad Exchange dynamic allocation creative. |
      TemplateInstantiatedCreativeError | Lists all errors associated with template instantiated creatives. |
      SwiffyConversionError | Error for converting flash to swiffy asset. |
      SetTopBoxCreativeError | Errors associated with set-top box creatives. |
      RichMediaStudioCreativeError | Lists all errors associated with Studio creatives. |
      RequiredSizeError | A list of all errors to be used for validating Size. |
      NullError | Caused by supplying a non-null value for an attribute that should be null. |
      LineItemCreativeAssociationError | Lists all errors associated with line item-to-creative association dates. |
      LabelEntityAssociationError | Errors specific to creating label entity associations. |
      InvalidPhoneNumberError | Lists all errors associated with phone numbers. |
      ImageError | Lists all errors associated with images. |
      HtmlBundleProcessorError | Lists all errors associated with html5 file processing. |
      FileError | A list of all errors to be used for problems related to files. |
      EntityLimitReachedError | An error that occurs when creating an entity if the limit on the number of allowed entities for a network has already been reached. |
      CustomFieldValueError | Errors specific to editing custom field values |
      CustomCreativeError | Lists all errors associated with custom creatives. |
      CreativeTemplateOperationError | An error that can occur while performing an operation on a creative template. |
      CreativeTemplateError | A catch-all error that lists all generic errors associated with CreativeTemplate. |
      CreativeSetError | Errors relating to creative sets & subclasses. |
      CreativeError | Lists all errors associated with creatives. |
      CreativeAssetMacroError | Lists all errors associated with creative asset macros. |
      AssetError | Lists all errors associated with assets. |
      CreativeServiceInterface | |
      CreativePage | Captures a page of Creative objects. |
      CreativeServiceInterfaceChannel | |
      CreativeService | Provides methods for adding, updating and retrieving Creative objects |
      CreativeSet | A creative set is comprised of a master creative and its companion creatives. |
      CreativeSetServiceInterface | |
      CreativeSetPage | Captures a page of CreativeSet objects. |
      CreativeSetServiceInterfaceChannel | |
      CreativeSetService | Provides methods for adding, updating and retrieving CreativeSet objects. |
      ListStringCreativeTemplateVariableVariableChoice | Stores variable choices that users can select from |
      CreativeTemplateVariable | Represents a variable defined in a creative template. |
      UrlCreativeTemplateVariable | Represents a url variable defined in a creative template |
      StringCreativeTemplateVariable | Represents a string variable defined in a creative template |
      ListStringCreativeTemplateVariable | Represents a list variable defined in a creative template. This is similar to StringCreativeTemplateVariable, except that there are possible choices to choose from |
      LongCreativeTemplateVariable | Represents a long variable defined in a creative template. |
      AssetCreativeTemplateVariable | Represents a file asset variable defined in a creative template |
      CreativeTemplate | A template upon which a creative can be created. |
      CreativeTemplatePage | Captures a page of CreativeTemplate objects. |
      CreativeTemplateServiceInterface | |
      CreativeTemplateServiceInterfaceChannel | |
      CreativeTemplateService | Provides methods for retrieving CreativeTemplate objects. |
      CreativeWrapper | A |
      LabelError | Errors specific to labels. |
      CreativeWrapperError | Errors specific to creative wrappers. |
      CreativeWrapperServiceInterface | |
      CreativeWrapperPage | Captures a page of CreativeWrapper objects. |
      CreativeWrapperAction | Represents the actions that can be performed on CreativeWrapper objects. |
      DeactivateCreativeWrappers | The action used for deactivating CreativeWrapper objects. |
      ActivateCreativeWrappers | The action used for activating CreativeWrapper objects. |
      UpdateResult | Represents the result of performing an action on objects. |
      CreativeWrapperServiceInterfaceChannel | |
      CreativeWrapperService | Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives |
      CustomTargetingKey | |
      EntityChildrenLimitReachedError | Lists errors relating to having too many children on an entity. |
      CustomTargetingError | Lists all errors related to CustomTargetingKey and CustomTargetingValue objects. |
      CustomTargetingServiceInterface | |
      CustomTargetingValue | |
      CustomTargetingKeyPage | Captures a page of CustomTargetingKey objects. |
      CustomTargetingValuePage | Captures a page of CustomTargetingValue objects. |
      CustomTargetingKeyAction | Represents the actions that can be performed on CustomTargetingKey objects. |
      DeleteCustomTargetingKeys | Represents the delete action that can be performed on CustomTargetingKey objects. Deleting a key will not delete the CustomTargetingValue objects associated with it. Also, if a custom targeting key that has been deleted is recreated, any previous custom targeting values associated with it that were not deleted will continue to exist. |
      ActivateCustomTargetingKeys | The action used for activating inactive (i.e. deleted) CustomTargetingKey objects. |
      CustomTargetingValueAction | Represents the actions that can be performed on CustomTargetingValue objects. |
      DeleteCustomTargetingValues | Represents the delete action that can be performed on CustomTargetingValue objects. |
      ActivateCustomTargetingValues | The action used for activating inactive (i.e. deleted) CustomTargetingValue objects. |
      CustomTargetingServiceInterfaceChannel | |
      CustomTargetingService | Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects. |
      CustomFieldOption | An option represents a permitted value for a custom field that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN. |
      CustomFieldError | Errors specific to editing custom fields |
      CustomFieldServiceInterface | |
      CustomField | An additional, user-created field on an entity. |
      DropDownCustomField | A custom field that has the drop-down data type. |
      CustomFieldPage | Captures a page of CustomField objects. |
      CustomFieldAction | Represents the actions that can be performed on CustomField objects. |
      DeactivateCustomFields | The action used for deactivating CustomField objects. |
      ActivateCustomFields | The action used for activating CustomField objects. |
      CustomFieldServiceInterfaceChannel | |
      CustomFieldService | Provides methods for the creation and management of CustomField objects. |
      GrpDemographicBreakdown | GRP forecast breakdown counts associated with a gender and age demographic. |
      AlternativeUnitTypeForecast | A view of the forecast in terms of an alternative unit type |
      ContendingLineItem | Describes contending line items for a Forecast. |
      TargetingCriteriaBreakdown | A single targeting criteria breakdown result. |
      BreakdownForecast | Represents a single delivery data point, with both available and forecast number. |
      ForecastBreakdownEntry | A single forecast breakdown entry. |
      ForecastBreakdown | Represents the breakdown entries for a list of targetings and/or creatives. |
      AvailabilityForecast | Describes predicted inventory availability for a ProspectiveLineItem |
      ForecastBreakdownTarget | Specifies inventory targeted by a breakdown entry. |
      Targeting | Contains targeting criteria for LineItem objects. See LineItem::targeting. |
      GeoTargeting | Provides line items the ability to target geographical locations. By default, line items target all countries and their subdivisions. With geographical targeting, you can target line items to specific countries, regions, metro areas, and cities. You can also exclude the same |
      Location | A Location represents a geographical entity that can be targeted. If a location type is not available because of the API version you are using, the location will be represented as just the base class, otherwise it will be sub-classed correctly. |
      InventoryTargeting | A collection of targeted and excluded ad units and placements. |
      AdUnitTargeting | Represents targeted or excluded ad units. |
      DayPartTargeting | Modify the delivery times of line items for particular days of the week. By default, line items are served at all days and times. |
      DayPart | |
      TimeOfDay | Represents a specific time in a day. |
      DateTimeRange | Represents a range of dates (combined with time of day) that has an upper and/or lower bound. |
      TechnologyTargeting | Provides LineItem objects the ability to target or exclude technologies. |
      BandwidthGroupTargeting | Represents bandwidth groups that are being targeted or excluded by the LineItem. |
      Technology | Represents a technology entity that can be targeted. |
      OperatingSystemVersion | Represents a specific version of an operating system. |
      OperatingSystem | Represents an Operating System, such as Linux, Mac OS or Windows. |
      MobileDeviceSubmodel | Represents a mobile device submodel. |
      MobileDevice | Represents a Mobile Device. |
      MobileCarrier | Represents a mobile carrier. Carrier targeting is only available to Ad Manager mobile publishers. For a list of current mobile carriers, you can use PublisherQueryLanguageService::mobile_carrier. |
      DeviceManufacturer | Represents a mobile device's manufacturer. |
      DeviceCategory | Represents the category of a device. |
      DeviceCapability | Represents a capability of a physical device. |
      BrowserLanguage | Represents a Browser's language. |
      Browser | Represents an internet browser. |
      BandwidthGroup | Represents a group of bandwidths that are logically organized by some well known generic names such as 'Cable' or 'DSL'. |
      BrowserTargeting | Represents browsers that are being targeted or excluded by the LineItem. |
      BrowserLanguageTargeting | Represents browser languages that are being targeted or excluded by the LineItem. |
      DeviceCapabilityTargeting | Represents device capabilities that are being targeted or excluded by the LineItem. |
      DeviceCategoryTargeting | Represents device categories that are being targeted or excluded by the LineItem. |
      DeviceManufacturerTargeting | Represents device manufacturer that are being targeted or excluded by the LineItem. |
      MobileCarrierTargeting | Represents mobile carriers that are being targeted or excluded by the LineItem. |
      MobileDeviceTargeting | Represents mobile devices that are being targeted or excluded by the LineItem. |
      MobileDeviceSubmodelTargeting | Represents mobile devices that are being targeted or excluded by the LineItem. |
      OperatingSystemTargeting | Represents operating systems that are being targeted or excluded by the LineItem. |
      OperatingSystemVersionTargeting | Represents operating system versions that are being targeted or excluded by the LineItem. |
      CustomCriteriaSet | A CustomCriteriaSet comprises of a set of CustomCriteriaNode objects combined by the CustomCriteriaSet.LogicalOperator::logicalOperator. The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting. |
      CustomCriteriaNode | A CustomCriteriaNode is a node in the custom targeting tree. A custom criteria node can either be a CustomCriteriaSet (a non-leaf node) or a CustomCriteria (a leaf node). The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting. |
      CustomCriteriaLeaf | A CustomCriteriaLeaf object represents a generic leaf of CustomCriteria tree structure. |
      AudienceSegmentCriteria | An AudienceSegmentCriteria object is used to target AudienceSegment objects. |
      CmsMetadataCriteria | A |
      CustomCriteria | A CustomCriteria object is used to perform custom criteria targeting on custom targeting keys of type CustomTargetingKey.Type::PREDEFINED or CustomTargetingKey.Type::FREEFORM. |
      UserDomainTargeting | Provides line items the ability to target or exclude users visiting their websites from a list of domains or subdomains. |
      ContentTargeting | Used to target LineItems to specific videos on a publisher's site. |
      VideoPositionTargeting | Represents positions within and around a video where ads can be targeted to |
      VideoPositionTarget | Represents the options for targetable positions within a video. |
      VideoPosition | Represents a targetable position within a video. A video ad can be targeted to a position (pre-roll, all mid-rolls, or post-roll), or to a specific mid-roll index. |
      VideoPositionWithinPod | Represents a targetable position within a pod within a video stream. A video ad can be targeted to any position in the pod (first, second, third ... last). If there is only 1 ad in a pod, either first or last will target that position. |
      MobileApplicationTargeting | Provides line items the ability to target or exclude users' mobile applications. |
      BuyerUserListTargeting | The |
      RequestPlatformTargeting | Provides line items the ability to target the platform that requests and renders the ad |
      CreativePlaceholder | A |
      ForecastBreakdownOptions | Configuration of forecast breakdown. |
      AvailabilityForecastOptions | Forecasting options for line item availability forecasts. |
      ProposalLineItemMarketplaceInfo | Marketplace info for ProposalLineItem with a corresponding deal in Marketplace. |
      ProposalLineItem | A |
      Goal | Defines the criteria a LineItem needs to satisfy to meet its delivery goal. |
      FrequencyCap | Represents a limit on the number of times a single viewer can be exposed to the same LineItem in a specified time period. |
      Money | Represents a money amount. |
      DeliveryIndicator | Indicates the delivery performance of the LineItem. |
      CreativeTargeting | Represents the creative targeting criteria for a LineItem. |
      LineItemDealInfoDto | Data transfer object for the exchange deal info of a line item. |
      GrpSettings | |
      SetTopBoxInfo | Contains data used to display information synchronized with Canoe for set-top box enabled LineItem line items. |
      Stats | |
      LineItemActivityAssociation | A |
      CustomPacingGoal | An interval of a CustomPacingCurve. A custom pacing goal contains a start time and an amount. The goal will apply until either the next custom pacing goal's |
      CustomPacingCurve | A curve consisting of CustomPacingGoal objects that is used to pace line item delivery. |
      LineItemSummary | The |
      LineItem | |
      ProspectiveLineItem | Represents a prospective line item to be forecasted. |
      VideoPositionTargetingError | Lists all errors related to VideoPositionTargeting. |
      UserDomainTargetingError | Lists all errors related to user domain targeting for a line item. |
      TimeZoneError | Errors related to timezones. |
      TechnologyTargetingError | Technology targeting validation errors. |
      TeamError | Errors related to a Team. |
      SetTopBoxLineItemError | Errors associated with set-top box line items. |
      AudienceSegmentError | Errors that could occur on audience segment related requests. |
      ReservationDetailsError | Lists all errors associated with LineItem's reservation details. |
      RequestPlatformTargetingError | Errors related to request platform targeting. |
      RegExError | Caused by supplying a value for an object attribute that does not conform to a documented valid regular expression. |
      ProgrammaticError | Errors associated with programmatic line items. |
      OrderError | Lists all errors associated with orders. |
      OrderActionError | Lists all errors associated with performing actions on Order objects. |
      LineItemOperationError | Lists all errors for executing operations on line items |
      LineItemFlightDateError | Lists all errors associated with LineItem start and end dates. |
      LineItemError | A catch-all error that lists all generic errors associated with LineItem. |
      LineItemActivityAssociationError | Errors specific to associating activities to line items. |
      InventoryUnitError | Lists the generic errors associated with AdUnit objects. |
      InventoryTargetingError | Lists all inventory errors caused by associating a line item with a targeting expression. |
      GrpSettingsError | Errors associated with line items with GRP settings. |
      GeoTargetingError | Lists all errors associated with geographical targeting for a LineItem. |
      GenericTargetingError | Targeting validation errors that can be used by different targeting types. |
      FrequencyCapError | Lists all errors associated with frequency caps. |
      ForecastError | Errors that can result from a forecast request. |
      DayPartTargetingError | Lists all errors associated with day-part targeting for a line item. |
      DateTimeRangeTargetingError | Lists all date time range errors caused by associating a line item with a targeting expression. |
      CrossSellError | Lists all errors associated with cross selling. |
      CompanyCreditStatusError | Lists all errors due to Company::creditStatus. |
      ClickTrackingLineItemError | Click tracking is a special line item type with a number of unique errors as described below. |
      AudienceExtensionError | Errors associated with audience extension enabled line items |
      AdUnitCodeError | Lists the generic errors associated with AdUnit::adUnitCode. |
      AdRuleSlotError | Errors related to ad rule slots. |
      ForecastServiceInterface | |
      DeliveryForecastOptions | Forecasting options for line item delivery forecasts. |
      DeliveryForecast | The forecast of delivery for a list of ProspectiveLineItem objects to be reserved at the same time. |
      LineItemDeliveryForecast | The forecasted delivery of a ProspectiveLineItem. |
      ForecastServiceInterfaceChannel | |
      ForecastService | Provides methods for estimating traffic (clicks/impressions) for line items. Forecasts can be provided for LineItem objects that exist in the system or which have not had an ID set yet |
      LabelFrequencyCap | A |
      AdSenseSettings | Contains the AdSense configuration for an AdUnit. |
      AdUnitSize | An |
      AdUnitParent | The summary of a parent AdUnit. |
      AdUnit | An |
      InventoryUnitSizesError | An error specifically for InventoryUnitSizes. |
      InventoryUnitRefreshRateError | Lists errors relating to AdUnit::refreshRate. |
      InvalidColorError | A list of all errors associated with a color attribute. |
      CompanyError | A list of all errors associated with companies. |
      AdUnitHierarchyError | Caused by creating an AdUnit object with an invalid hierarchy. |
      AdSenseAccountError | Error for AdSense related API calls. |
      InventoryServiceInterface | |
      AdUnitPage | Captures a page of AdUnit objects. |
      AdUnitAction | Represents the actions that can be performed on AdUnit objects. |
      DeactivateAdUnits | The action used for deactivating AdUnit objects. |
      ArchiveAdUnits | The action used for archiving AdUnit objects. |
      ActivateAdUnits | The action used for activating AdUnit objects. |
      InventoryServiceInterfaceChannel | |
      InventoryService | Provides operations for creating, updating and retrieving AdUnit objects |
      AdCategoryDto | A canonical ad category. |
      Label | A |
      LabelServiceInterface | |
      LabelPage | Captures a page of Label objects. |
      LabelAction | Represents the actions that can be performed on Label objects. |
      DeactivateLabels | The action used for deactivating Label objects. |
      ActivateLabels | The action used for activating Label objects. |
      LabelServiceInterfaceChannel | |
      LabelService | Provides methods for the creation and management of Labels. |
      Activity | |
      ActivityServiceInterface | |
      ActivityPage | Captures a page of Activity objects. |
      ActivityServiceInterfaceChannel | |
      ActivityService | Provides methods for creating, updating and retrieving Activity objects |
      Long_StatsMapEntry | This represents an entry in a map with a key of type Long and value of type Stats. |
      LineItemCreativeAssociationStats | Contains statistics such as impressions, clicks delivered and cost for LineItemCreativeAssociation objects. |
      LineItemCreativeAssociation | A |
      LineItemCreativeAssociationOperationError | Lists all errors for executing operations on line item-to-creative associations |
      CreativePreviewError | Errors associated with generation of creative preview URIs. |
      LineItemCreativeAssociationServiceInterface | |
      LineItemCreativeAssociationPage | Captures a page of LineItemCreativeAssociation objects. |
      CreativeNativeStylePreview | Represents the NativeStyle of a Creative and its corresponding preview URL. |
      LineItemCreativeAssociationAction | Represents the actions that can be performed on LineItemCreativeAssociation objects. |
      DeleteLineItemCreativeAssociations | The action used for deleting LineItemCreativeAssociation objects. |
      DeactivateLineItemCreativeAssociations | The action used for deactivating LineItemCreativeAssociation objects. |
      ActivateLineItemCreativeAssociations | The action used for activating LineItemCreativeAssociation objects. |
      LineItemCreativeAssociationServiceInterfaceChannel | |
      LineItemCreativeAssociationService | Provides operations for creating, updating and retrieving LineItemCreativeAssociation objects |
      LineItemServiceInterface | |
      LineItemPage | Captures a page of LineItem objects. |
      LineItemAction | Represents the actions that can be performed on LineItem objects. |
      UnarchiveLineItems | The action used for unarchiving LineItem objects. |
      ResumeLineItems | The action used for resuming LineItem objects. |
      ResumeAndOverbookLineItems | The action used for resuming and overbooking LineItem objects. |
      ReserveLineItems | The action used for reserving LineItem objects. |
      ReserveAndOverbookLineItems | The action used for reserving and overbooking LineItem objects. |
      ReleaseLineItems | The action used for releasing LineItem objects. |
      PauseLineItems | The action used for pausing LineItem objects. |
      DeleteLineItems | The action used for deleting LineItem objects. A line item can be deleted if it has never been eligible to serve. Note: deleted line items will still count against your network limits. For more information, see the Help Center. |
      ArchiveLineItems | The action used for archiving LineItem objects. |
      ActivateLineItems | The action used for activating LineItem objects. |
      LineItemServiceInterfaceChannel | |
      LineItemService | Provides methods for creating, updating and retrieving LineItem objects |
      LineItemTemplate | Represents the template that populates the fields of a new line item being created. |
      LineItemTemplatePage | Captures a page of LineItemTemplate objects. |
      LineItemTemplateServiceInterface | |
      LineItemTemplateServiceInterfaceChannel | |
      LineItemTemplateService | Provides methods for creating, updating and retrieving LineItemTemplate objects. |
      MasterPlaylistSettings | Settings for the HLS (HTTP Live Streaming) master playlist. |
      HlsSettings | LiveStream settings that are specific to the HTTP live streaming (HLS) protocol. |
      LiveStreamEvent | A |
      VideoAdTagError | Lists all errors associated with live stream event ad tags. |
      SamSessionError | Lists all errors associated with the Session Activity Monitor (SAM). |
      LiveStreamEventSlateError | Lists all errors associated with LiveStreamEvent slate creative id. |
      LiveStreamEventDvrWindowError | Lists the errors associated with setting the LiveStreamEvent DVR window duration. |
      LiveStreamEventDateTimeError | Lists all errors associated with live stream event start and end date times. |
      LiveStreamEventCdnSettingsError | Lists all errors associated with LiveStreamEvent CDN configurations. |
      LiveStreamEventActionError | Lists all errors associated with live stream event action. |
      LiveStreamEventServiceInterface | |
      LiveStreamEventPage | Captures a page of LiveStreamEvent objects. |
      LiveStreamEventAction | Represents the actions that can be performed on LiveStreamEvent objects. |
      RefreshLiveStreamEventMasterPlaylists | The action used for refreshing the master playlists of LiveStreamEvent objects |
      PauseLiveStreamEvents | The action used for pausing LiveStreamEvent objects. |
      PauseLiveStreamEventAds | The action used for pausing ads for LiveStreamEvent objects. |
      ArchiveLiveStreamEvents | The action used for archiving LiveStreamEvent objects. |
      ActivateLiveStreamEvents | The action used for activating LiveStreamEvent objects. |
      LiveStreamEventServiceInterfaceChannel | |
      LiveStreamEventService | Provides methods for creating, updating and retrieving LiveStreamEvent objects |
      MobileApplication | A mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores. |
      MobileApplicationError | Lists all errors associated with MobileApplication objects. |
      MobileApplicationActionError | Lists all error reasons associated with performing actions on MobileApplication objects. |
      MobileApplicationServiceInterface | |
      MobileApplicationPage | Captures a page of mobile applications. |
      MobileApplicationAction | Represents the actions that can be performed on mobile applications. |
      ArchiveMobileApplications | The action used to deactivate MobileApplication objects. |
      UnarchiveMobileApplications | The action used to activate MobileApplication objects. |
      MobileApplicationServiceInterfaceChannel | |
      MobileApplicationService | Provides methods for retrieving MobileApplication objects. |
      ChildPublisher | A |
      Network | |
      RequestError | Encapsulates the generic errors thrown when there's an error with user request. |
      PrecisionError | List all errors associated with number precisions. |
      NetworkError | An error for a network. |
      InvalidEmailError | Caused by supplying a value for an email attribute that is not a valid email address. |
      ExchangeRateError | Lists all errors associated with ExchangeRate objects. |
      NetworkServiceInterface | |
      NetworkServiceInterfaceChannel | |
      NetworkService | Provides operations for retrieving information related to the publisher's networks. This service can be used to obtain the list of all networks that the current login has access to, or to obtain information about a specific network. |
      Order | An |
      OrderServiceInterface | |
      OrderPage | Captures a page of Order objects. |
      OrderAction | Represents the actions that can be performed on Order objects. |
      UnarchiveOrders | The action used for unarchiving Order objects. |
      SubmitOrdersForApprovalWithoutReservationChanges | The action used for submitting Order objects for approval. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      SubmitOrdersForApproval | The action used for submitting Order objects for approval. |
      SubmitOrdersForApprovalAndOverbook | The action used for submitting and overbooking Order objects for approval. |
      RetractOrdersWithoutReservationChanges | The action used for retracting Order objects. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      RetractOrders | The action used for retracting Order objects. |
      ResumeOrders | The action used for resuming Order objects. LineItem objects within the order that are eligble to resume will resume as well. |
      ResumeAndOverbookOrders | The action used for resuming and overbooking Order objects. All LineItem objects within the order will resume as well. |
      PauseOrders | The action used for pausing all LineItem objects within an order. |
      DisapproveOrdersWithoutReservationChanges | The action used for disapproving Order objects. All LineItem objects within the order will be disapproved as well. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      DisapproveOrders | The action used for disapproving Order objects. All LineItem objects within the order will be disapproved as well. |
      DeleteOrders | The action used for deleting Order objects. All line items within that order are also deleted. Orders can only be deleted if none of its line items have been eligible to serve. This action can be used to delete proposed orders and line items if they are no longer valid. |
      ArchiveOrders | The action used for archiving Order objects. |
      ApproveOrdersWithoutReservationChanges | The action used for approving Order objects. All LineItem objects within the order will be approved as well. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. If there are reservable line items that have not been reserved the operation will not succeed. |
      ApproveOrders | The action used for approving Order objects. All LineItem objects within the order will be approved as well. For more information on what happens to an order and its line items when it is approved, see the Ad Manager Help Center.
|
      ApproveAndOverbookOrders | The action used for approving and overbooking Order objects. All LineItem objects within the order will be approved as well. For more information on what happens to an order and its line items when it is approved and overbooked, see the Ad Manager Help Center. |
      OrderServiceInterfaceChannel | |
      OrderService | Provides methods for creating, updating and retrieving Order objects |
      SiteTargetingInfo | Contains information required for AdWords advertisers to place their ads. |
      Placement | A |
      PlacementError | Class defining all validation errors for a placement. |
      PlacementServiceInterface | |
      PlacementPage | Captures a page of Placement objects. |
      PlacementAction | Represents the actions that can be performed on Placement objects. |
      DeactivatePlacements | The action used for deactivating Placement objects. |
      ArchivePlacements | The action used for archiving Placement objects. |
      ActivatePlacements | The action used for activating Placement objects. |
      PlacementServiceInterfaceChannel | |
      PlacementService | Provides methods for creating, updating and retrieving Placement objects |
      BuyerRfp | Represents the buyer RFP information associated with a Proposal describing the requirements from the buyer. |
      ProposalMarketplaceInfo | Marketplace info for a proposal with a corresponding order in Marketplace. |
      SalespersonSplit | A |
      ProposalCompanyAssociation | A |
      Proposal | A |
      WorkflowValidationError | Lists all errors associated with workflow validation |
      WorkflowActionError | Lists all errors associated with performing actions within WorkflowAction. |
      ProposalLineItemProgrammaticError | Errors associated with programmatic proposal line items. |
      ProposalLineItemError | Lists all errors associated with proposal line items. |
      ProposalError | Lists all errors associated with proposals. |
      ProposalActionError | Lists all errors associated with performing actions on Proposal objects. |
      ProductError | Lists all error reasons associated with products. |
      PackageError | Lists all errors associated with Package objects. |
      PackageActionError | Lists all errors for executing actions on Package objects. |
      DealError | Errors associated with creating or updating programmatic proposals. |
      BillingError | Lists all errors associated with the billing settings of a proposal or proposal line item. |
      ProposalServiceInterface | |
      MarketplaceCommentPage | Captures a page of MarketplaceComment objects. |
      MarketplaceComment | A comment associated with a programmatic Proposal that has been sent to Marketplace. |
      ProposalPage | Captures a page of Proposal objects. |
      ProposalAction | Represents the actions that can be performed on Proposal objects. |
      UpdateOrderWithSellerData | The action to update a finalized Marketplace Order with the seller's data. This action is only applicable for programmatic proposals. |
      UnarchiveProposals | The action used for unarchiving Proposal objects. |
      TerminateNegotiations | The action for marking all negotiations on the Proposal as terminated in Marketplace. |
      SubmitProposalsForApproval | The action used for submitting Proposal objects for approval. |
      RetractProposals | The action used for retracting Proposal objects. |
      RetractionDetails | Details describing why a Proposal was retracted. |
      ResumeProposals | The action used for resuming programmatic Proposal objects. This action is only applicable for programmatic proposals. |
      ReserveProposals | The action to reserve inventory for Proposal objects. It does not allow overbooking unless #allowOverbook is set to |
      RequestBuyerReview | The action used to request buyer review for the Proposal. This action is only applicable for programmatic Proposal. |
      RequestBuyerAcceptance | The action used to request acceptance from the buyer for the Proposal through Marketplace. This action does check forecasting unless #allowOverbook is set to |
      PauseProposals | The action used for pausing programmatic Proposal objects. This action is only applicable for programmatic proposals. |
      EditProposalsForNegotiation | Opens the non-free-editable fields of a Proposal for edit |
      DiscardLocalVersionEdits | The action for reverting the local Proposal modifications to reflect the latest terms and private data in Marketplace. This action is only applicable for programmatic proposals. |
      ArchiveProposals | The action used for archiving Proposal objects. |
      ProposalServiceInterfaceChannel | |
      ProposalService | Provides methods for adding, updating and retrieving Proposal objects. |
      ProposalLineItemActionError | Lists all errors for executing operations on proposal line items. |
      PreferredDealError | Errors associated with preferred deal proposal line items. |
      ProposalLineItemServiceInterface | |
      ProposalLineItemPage | Captures a page of ProposalLineItem objects. |
      ProposalLineItemAction | Represents the actions that can be performed on ProposalLineItem objects. |
      UnarchiveProposalLineItems | The action used for unarchiving ProposalLineItem objects. |
      ResumeProposalLineItems | The action used for resuming ProposalLineItem objects. |
      ReserveProposalLineItems | The action to reserve inventory for ProposalLineItem objects. It does not overbook inventory unless #allowOverbook is set to |
      ReleaseProposalLineItems | The action used for releasing inventory for ProposalLineItem objects. |
      PauseProposalLineItems | The action used for pausing ProposalLineItem objects. |
      ArchiveProposalLineItems | The action used for archiving ProposalLineItem objects. |
      ActualizeProposalLineItems | The action used for actualizing ProposalLineItem objects. |
      ProposalLineItemServiceInterfaceChannel | |
      ProposalLineItemService | Provides methods for creating, updating and retrieving ProposalLineItem objects |
      AdExclusionRule | Represents an inventory blocking rule, which prevents certain ads from being served to specified ad units. |
      AdExclusionRuleError | Ad exclusion rule specific errors. |
      AdExclusionRuleServiceInterface | |
      AdExclusionRulePage | Represents a page of AdExclusionRule objects. |
      AdExclusionRuleAction | Represents the actions that can be performed on AdExclusionRule objects. |
      DeactivateAdExclusionRules | Deactivate action. |
      ActivateAdExclusionRules | Activate action. |
      AdExclusionRuleServiceInterfaceChannel | |
      AdExclusionRuleService | Provides methods for creating, updating and retrieving AdExclusionRule objects |
      Row | Each Row object represents data about one entity in a ResultSet. |
      TargetingValue | Contains a Targeting value |
      ChangeHistoryValue | |
      ColumnType | Contains information about a column in a ResultSet. |
      ResultSet | The |
      PublisherQueryLanguageServiceInterface | |
      PublisherQueryLanguageServiceInterfaceChannel | |
      PublisherQueryLanguageService | Provides methods for executing a PQL Statement to retrieve information from the system. In order to support the selection of columns of interest from various tables, Statement objects support a "select" clause |
      ReportError | An error for an exception that occurred while running the report. |
      CurrencyCodeError | Errors related to currency codes. |
      ReportServiceInterface | |
      ReportDownloadOptions | Represents the options for an API report download request. See ReportService::getReportDownloadUrlWithOptions. |
      SavedQueryPage | A page of SavedQuery objects. |
      SavedQuery | A saved ReportQuery representing the selection criteria for running a report. |
      ReportQuery | A |
      ReportJob | Represents a report job that will be run to retrieve performance and statistics information about ad campaigns, networks, inventory and sales. |
      ReportServiceInterfaceChannel | |
      ReportService | Provides methods for executing a ReportJob and retrieving performance and statistics about ad campaigns, networks, inventory and sales |
      SuggestedAdUnit | A |
      SuggestedAdUnitPage | Contains a page of SuggestedAdUnit objects. |
      SuggestedAdUnitServiceInterface | |
      SuggestedAdUnitAction | Represents the actions that can be performed on SuggestedAdUnit objects. |
      ApproveSuggestedAdUnits | Action to approve SuggestedAdUnit objects. |
      SuggestedAdUnitUpdateResult | Represents the result of performing an action on SuggestedAdUnit objects. |
      SuggestedAdUnitServiceInterfaceChannel | |
      SuggestedAdUnitService | This service provides operations for retrieving and approving SuggestedAdUnit objects |
      Team | A |
      TeamServiceInterface | |
      TeamPage | Captures a page of Team objects. |
      TeamAction | Represents the actions that can be performed on Team objects. |
      DeactivateTeams | The action used for deactivating Team objects. |
      ActivateTeams | The action used for activating Team objects. |
      TeamServiceInterfaceChannel | |
      TeamService | Provides methods for creating, updating, and retrieving Team objects |
      UserRecord | The |
      User | Represents a user of the system |
      TokenError | An error for an exception that occurred when using a token. |
      UserServiceInterface | |
      Role | Each |
      UserPage | Captures a page of User objects |
      UserAction | Represents the actions that can be performed on User objects. |
      DeactivateUsers | The action used for deactivating User objects. |
      ActivateUsers | The action used for activating User objects. |
      UserServiceInterfaceChannel | |
      UserService | Provides operations for creating, updating and retrieving User objects |
      UserRecordTeamAssociation | |
      UserTeamAssociation | |
      UserTeamAssociationServiceInterface | |
      UserTeamAssociationPage | Captures a page of UserTeamAssociation objects. |
      UserTeamAssociationAction | Represents the actions that can be performed on UserTeamAssociation objects. |
      DeleteUserTeamAssociations | Action to delete the association between a User and a Team. |
      UserTeamAssociationServiceInterfaceChannel | |
      UserTeamAssociationService | Provides methods for creating, updating, and retrieving UserTeamAssociation objects |
      NativeStyle | Used to define the look and feel of native ads, for both web and apps. Native styles determine how native creatives look for a segment of inventory. |
      NativeStyleError | Errors for native styles. |
      NativeStyleServiceInterface | |
      NativeStylePage | Captures a page of NativeStyle objects. |
      NativeStyleAction | Represents an action that can be performed on native styles. |
      ArchiveNativeStyles | Action to archive native styles. |
      NativeStyleServiceInterfaceChannel | |
      NativeStyleService | Provides methods for creating and retrieving NativeStyle objects. |
      HistoricalAdjustment | Represents a TrafficForecastAdjustmentSegment whose BasisType is BasisType::HISTORICAL. |
      DateRange | Represents a range of dates that has an upper and a lower bound |
      TimeSeries | Represents a time series data. The |
      TrafficForecastAdjustmentSegment | Represents a unique segment of a traffic forecast adjustment. Each TrafficForecastAdjustmentSegment targets a range of dates in the future to which the adjustment applies. |
      TrafficTimeSeriesFilterCriteria | Represents the filter criteria that defines the slice of inventory for the associated TrafficTimeSeries. |
      TrafficForecastAdjustment | Represents a set of TrafficForecastAdjustmentSegment assigned to a slice of inventory defined by a TrafficTimeSeriesFilterCriteria. |
      TrafficForecastAdjustmentPage | A page of TrafficForecastAdjustmentDto objects. |
      AdjustmentError | Lists all errors associated with adjustments. |
      AdjustmentServiceInterface | |
      AdjustmentServiceInterfaceChannel | |
      AdjustmentService | Provides methods for creating, updating and retrieving Adjustment objects |
      CmsMetadataKey | Key associated with a piece of content from a publisher's CMS. |
      CmsMetadataKeyPage | Captures a page of CMS metadata key objects. |
      MetadataMergeSpecError | Errors associated with metadata merge specs. |
      CmsMetadataServiceInterface | |
      CmsMetadataValuePage | Captures a page of CMS metadata value objects. |
      CmsMetadataValue | Key value pair associated with a piece of content from a publisher's CMS. |
      CmsMetadataServiceInterfaceChannel | |
      CmsMetadataService | Provides methods for querying CMS metadata keys and values |
      TargetingPreset | User-defined preset targeting criteria. |
      TargetingPresetPage | Captures a paged query of TargetingPresetDto objects. |
      TargetingPresetServiceInterface | |
      TargetingPresetServiceInterfaceChannel | |
      TargetingPresetService | Service for interacting with Targeting Presets. |
      BaseAdRuleSlot | Simple object representing an ad slot within an AdRule. Ad rule slots contain information about the types/number of ads to display, as well as additional information on how the ad server will generate playlists. |
      UnknownAdRuleSlot | The BaseAdRuleSlot subtype returned if the actual type is not exposed by the requested API version. |
      StandardPoddingAdRuleSlot | An ad rule slot with standard podding. A standard pod is a series of video ads played back to back. Standard pods are defined by a BaseAdRuleSlot::maxAdsInPod and a BaseAdRuleSlot::maxVideoAdDuration. |
      OptimizedPoddingAdRuleSlot | Ad rule slot with optimized podding. Optimized pods are defined by a BaseAdRuleSlot::maxPodDuration and a BaseAdRuleSlot::maxAdsInPod, and the ad server chooses the best ads for the alloted duration. |
      NoPoddingAdRuleSlot | An ad rule slot with no podding. It is defined by a BaseAdRuleSlot::maxVideoAdDuration. |
      AdRule | An AdRule contains data that the ad server will use to generate a playlist of video ads. |
      PoddingError | Errors related to podding fields in ad rule slots. |
      AdRuleTargetingError | Lists all errors associated with ad rule targeting. |
      AdRulePriorityError | Errors associated with ad rule priorities. |
      AdRuleFrequencyCapError | Errors related to ad rule frequency caps |
      AdRuleError | Errors ad rule break template objects. |
      AdRuleDateError | Lists all errors associated with ad rule start and end dates. |
      AdRuleServiceInterface | |
      AdSpot | A AdSpot is a targetable entity used in the creation of AdRule objects |
      BreakTemplate | A BreakTemplate defines what kinds of ads show at which positions within a pod |
      BreakTemplateBreakTemplateMember | A building block of a pod template. |
      AdRulePage | Captures a page of AdRule objects. |
      AdSpotPage | Captures a page of AdSpot objects. |
      BreakTemplatePage | Captures a page of BreakTemplate objects. |
      AdRuleAction | Represents the actions that can be performed on AdRule objects. |
      DeleteAdRules | The action used for deleting AdRule objects. |
      DeactivateAdRules | The action used for pausing AdRule objects. |
      ActivateAdRules | The action used for resuming AdRule objects. |
      AdRuleServiceInterfaceChannel | |
      AdRuleService | Provides methods for creating, updating and retrieving AdRule objects |
      CreativeReview | |
      CreativeReviewPage | |
      CreativeReviewServiceInterface | |
      CreativeReviewAction | |
      DisapproveCreativeReviews | |
      ArchiveCreativeReviews | |
      ApproveCreativeReviews | |
      CreativeReviewServiceInterfaceChannel | |
      CreativeReviewService | |
      TrackingEventPing | |
      CreativeTranscode | |
      AdDecisionCreative | |
      SamError | |
      AdResponse | |
      AdBreak | |
      StreamCreateRequest | |
      VodStreamCreateRequest | |
      LinearStreamCreateRequest | |
      SamSession | |
      StreamActivityMonitorServiceInterface | |
      StreamActivityMonitorServiceInterfaceChannel | |
      StreamActivityMonitorService | |
      BaseContact | Base class for a Contact. |
      Contact | A |
      ContactError | Errors associated with |
      ContactServiceInterface | |
      ContactPage | Captures a page of Contact objects. |
      ContactServiceInterfaceChannel | |
      ContactService | Provides methods for creating, updating and retrieving Contact objects. |
      DaiAuthenticationKey | A |
      DaiAuthenticationKeyActionError | Lists all errors associated with DAI authentication key actions. |
      DaiAuthenticationKeyServiceInterface | |
      DaiAuthenticationKeyPage | Captures a page of DaiAuthenticationKey objects. |
      DaiAuthenticationKeyAction | Represents the actions that can be performed on DaiAuthenticationKey objects. |
      DeactivateDaiAuthenticationKeys | The action used for deactivating DaiAuthenticationKey objects. |
      ActivateDaiAuthenticationKeys | The action used for activating DaiAuthenticationKey objects. |
      DaiAuthenticationKeyServiceInterfaceChannel | |
      DaiAuthenticationKeyService | Provides methods for creating, updating and retrieving DaiAuthenticationKey objects. |
      FirstPartyAudienceSegmentRule | Rule of a FirstPartyAudienceSegment that defines user's eligibility criteria to be part of a segment. |
      AudienceSegmentDataProvider | Data provider that owns this segment. For a FirstPartyAudienceSegment, it would be the publisher network. For a SharedAudienceSegment or a ThirdPartyAudienceSegment, it would be the entity that provides that AudienceSegment. |
      AudienceSegment | An AudienceSegment represents audience segment object. |
      SharedAudienceSegment | A SharedAudienceSegment is an AudienceSegment owned by another entity and shared with the publisher network. |
      ThirdPartyAudienceSegment | A ThirdPartyAudienceSegment is an AudienceSegment owned by a data provider and licensed to the Ad Manager publisher. |
      FirstPartyAudienceSegment | A FirstPartyAudienceSegment is an AudienceSegment owned by the publisher network. |
      RuleBasedFirstPartyAudienceSegmentSummary | A RuleBasedFirstPartyAudienceSegmentSummary is a FirstPartyAudienceSegment owned by the publisher network. |
      RuleBasedFirstPartyAudienceSegment | A RuleBasedFirstPartyAudienceSegment is a FirstPartyAudienceSegment owned by the publisher network. It contains a rule. |
      NonRuleBasedFirstPartyAudienceSegment | A NonRuleBasedFirstPartyAudienceSegment is a FirstPartyAudienceSegment owned by the publisher network. It doesn't contain a rule. Cookies are usually added to this segment via cookie upload |
      AudienceSegmentServiceInterface | |
      AudienceSegmentPage | Represents a page of AudienceSegment objects. |
      AudienceSegmentAction | Action that can be performed on AudienceSegment objects. |
      RejectAudienceSegments | Action that can be performed on ThirdPartyAudienceSegment objects to reject them. |
      PopulateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to populate them based on last 30 days of traffic. |
      DeactivateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to deactivate them. |
      ApproveAudienceSegments | Action that can be performed on ThirdPartyAudienceSegment objects to approve them. |
      ActivateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to activate them. |
      AudienceSegmentServiceInterfaceChannel | |
      AudienceSegmentService | Provides operations for creating, updating and retrieving AudienceSegment objects. |
      SecurityPolicySettings | A set of security requirements to authenticate against in order to access video content. Different locations (e.g. different CDNs) can have different security policies. |
      MediaLocationSettings | Configuration that associates a media location with a security policy and the authentication credentials needed to access the content. |
      SourceContentConfiguration | Parameters about this CDN configuration as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream. |
      CdnConfiguration | A CdnConfiguration encapsulates information about where and how to ingest and deliver content enabled for DAI (Dynamic Ad Insertion). |
      CdnConfigurationError | Errors associated with CdnConfigurations. |
      CdnConfigurationServiceInterface | |
      CdnConfigurationPage | Captures a page of CdnConfiguration objects. |
      CdnConfigurationAction | Represents the actions that can be performed on CdnConfiguration objects. |
      ArchiveCdnConfigurations | The action used for archiving CdnConfiguration objects. |
      ActivateCdnConfigurations | The action used for activating CdnConfiguration objects. |
      CdnConfigurationServiceInterfaceChannel | |
      CdnConfigurationService | Provides methods for creating, updating and retrieving CdnConfiguration objects. |
      ViewabilityProvider | Information required for Company of Type VIEWABILITY_PROVIDER. It contains all of the data needed to capture viewability metrics. |
      CompanySettings | Settings for a Company. |
      Company | A |
      CompanyServiceInterface | |
      CompanyPage | Captures a page of Company objects. |
      CompanyServiceInterfaceChannel | |
      CompanyService | Provides operations for creating, updating and retrieving Company objects. |
      ContentBundle | A |
      ContentFilterError | Errors associated with the incorrect creation of a Condition. |
      ContentBundleServiceInterface | |
      ContentBundlePage | Captures a page of ContentBundle objects. |
      ContentBundleAction | Represents the actions that can be performed on ContentBundle objects. |
      ExcludeContentFromContentBundle | The action used for explicitly excluding specific content from a ContentBundle object. |
      DeactivateContentBundles | The action used for deactivating ContentBundle objects. |
      ActivateContentBundles | The action used for activating ContentBundle objects. |
      ContentBundleServiceInterfaceChannel | |
      ContentBundleService | Provides methods for creating, updating and retrieving ContentBundle objects |
      IActivityGroupService | Provides methods for creating, updating and retrieving ActivityGroup objects |
      IContentService | Service for retrieving Content |
      ICreativeService | Provides methods for adding, updating and retrieving Creative objects |
      ICreativeSetService | Provides methods for adding, updating and retrieving CreativeSet objects. |
      ICreativeTemplateService | Provides methods for retrieving CreativeTemplate objects. |
      ICreativeWrapperService | Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives |
      ICustomTargetingService | Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects. |
      ICustomFieldService | Provides methods for the creation and management of CustomField objects. |
      IForecastService | Provides methods for estimating traffic (clicks/impressions) for line items. Forecasts can be provided for LineItem objects that exist in the system or which have not had an ID set yet |
      IInventoryService | |
      ILabelService | Provides methods for the creation and management of Labels. |
      IActivityService | Provides methods for creating, updating and retrieving Activity objects |
      ILineItemCreativeAssociationService | Provides operations for creating, updating and retrieving LineItemCreativeAssociation objects |
      ILineItemService | Provides methods for creating, updating and retrieving LineItem objects |
      ILineItemTemplateService | Provides methods for creating, updating and retrieving LineItemTemplate objects. |
      ILiveStreamEventService | Provides methods for creating, updating and retrieving LiveStreamEvent objects |
      IMobileApplicationService | Provides methods for retrieving MobileApplication objects. |
      INetworkService | Provides operations for retrieving information related to the publisher's networks. This service can be used to obtain the list of all networks that the current login has access to, or to obtain information about a specific network. |
      IOrderService | Provides methods for creating, updating and retrieving Order objects |
      IPlacementService | Provides methods for creating, updating and retrieving Placement objects |
      IProposalService | Provides methods for adding, updating and retrieving Proposal objects. |
      IProposalLineItemService | Provides methods for creating, updating and retrieving ProposalLineItem objects |
      IAdExclusionRuleService | Provides methods for creating, updating and retrieving AdExclusionRule objects |
      IPublisherQueryLanguageService | Provides methods for executing a PQL Statement to retrieve information from the system. In order to support the selection of columns of interest from various tables, Statement objects support a "select" clause |
      IReportService | Provides methods for executing a ReportJob and retrieving performance and statistics about ad campaigns, networks, inventory and sales |
      ISuggestedAdUnitService | This service provides operations for retrieving and approving SuggestedAdUnit objects |
      ITeamService | Provides methods for creating, updating, and retrieving Team objects |
      IUserService | Provides operations for creating, updating and retrieving User objects |
      IUserTeamAssociationService | Provides methods for creating, updating, and retrieving UserTeamAssociation objects |
      INativeStyleService | Provides methods for creating and retrieving NativeStyle objects. |
      IAdjustmentService | Provides methods for creating, updating and retrieving Adjustment objects |
      ICmsMetadataService | Provides methods for querying CMS metadata keys and values |
      ITargetingPresetService | Service for interacting with Targeting Presets. |
      IAdRuleService | Provides methods for creating, updating and retrieving AdRule objects |
      ICreativeReviewService | |
      IStreamActivityMonitorService | |
      IContactService | Provides methods for creating, updating and retrieving Contact objects. |
      IDaiAuthenticationKeyService | Provides methods for creating, updating and retrieving DaiAuthenticationKey objects. |
      IAudienceSegmentService | Provides operations for creating, updating and retrieving AudienceSegment objects. |
      ICdnConfigurationService | Provides methods for creating, updating and retrieving CdnConfiguration objects. |
      ICompanyService | Provides operations for creating, updating and retrieving Company objects. |
      IContentBundleService | Provides methods for creating, updating and retrieving ContentBundle objects |
     v202005 | |
      Wrappers | |
       ActivityGroupService | |
        createActivityGroupsRequest | |
        createActivityGroupsResponse | |
        updateActivityGroupsRequest | |
        updateActivityGroupsResponse | |
       ActivityService | |
        createActivitiesRequest | |
        createActivitiesResponse | |
        updateActivitiesRequest | |
        updateActivitiesResponse | |
       AdExclusionRuleService | |
        createAdExclusionRulesRequest | |
        createAdExclusionRulesResponse | |
        updateAdExclusionRulesRequest | |
        updateAdExclusionRulesResponse | |
       AdjustmentService | |
        createForecastAdjustmentsRequest | |
        createForecastAdjustmentsResponse | |
        createTrafficForecastSegmentsRequest | |
        createTrafficForecastSegmentsResponse | |
        updateForecastAdjustmentsRequest | |
        updateForecastAdjustmentsResponse | |
        updateTrafficForecastSegmentsRequest | |
        updateTrafficForecastSegmentsResponse | |
       AdRuleService | |
        createAdRulesRequest | |
        createAdRulesResponse | |
        createAdSpotsRequest | |
        createAdSpotsResponse | |
        createBreakTemplatesRequest | |
        createBreakTemplatesResponse | |
        updateAdRulesRequest | |
        updateAdRulesResponse | |
        updateAdSpotsRequest | |
        updateAdSpotsResponse | |
        updateBreakTemplatesRequest | |
        updateBreakTemplatesResponse | |
       AudienceSegmentService | |
        createAudienceSegmentsRequest | |
        createAudienceSegmentsResponse | |
        updateAudienceSegmentsRequest | |
        updateAudienceSegmentsResponse | |
       CdnConfigurationService | |
        createCdnConfigurationsRequest | |
        createCdnConfigurationsResponse | |
        updateCdnConfigurationsRequest | |
        updateCdnConfigurationsResponse | |
       CmsMetadataService | |
       CompanyService | |
        createCompaniesRequest | |
        createCompaniesResponse | |
        updateCompaniesRequest | |
        updateCompaniesResponse | |
       ContactService | |
        createContactsRequest | |
        createContactsResponse | |
        updateContactsRequest | |
        updateContactsResponse | |
       ContentBundleService | |
        createContentBundlesRequest | |
        createContentBundlesResponse | |
        updateContentBundlesRequest | |
        updateContentBundlesResponse | |
       ContentService | |
       CreativeReviewService | |
       CreativeService | |
        createCreativesRequest | |
        createCreativesResponse | |
        updateCreativesRequest | |
        updateCreativesResponse | |
       CreativeSetService | |
       CreativeTemplateService | |
       CreativeWrapperService | |
        createCreativeWrappersRequest | |
        createCreativeWrappersResponse | |
        updateCreativeWrappersRequest | |
        updateCreativeWrappersResponse | |
       CustomFieldService | |
        createCustomFieldOptionsRequest | |
        createCustomFieldOptionsResponse | |
        createCustomFieldsRequest | |
        createCustomFieldsResponse | |
        updateCustomFieldOptionsRequest | |
        updateCustomFieldOptionsResponse | |
        updateCustomFieldsRequest | |
        updateCustomFieldsResponse | |
       CustomTargetingService | |
        createCustomTargetingKeysRequest | |
        createCustomTargetingKeysResponse | |
        createCustomTargetingValuesRequest | |
        createCustomTargetingValuesResponse | |
        updateCustomTargetingKeysRequest | |
        updateCustomTargetingKeysResponse | |
        updateCustomTargetingValuesRequest | |
        updateCustomTargetingValuesResponse | |
       DaiAuthenticationKeyService | |
        createDaiAuthenticationKeysRequest | |
        createDaiAuthenticationKeysResponse | |
        updateDaiAuthenticationKeysRequest | |
        updateDaiAuthenticationKeysResponse | |
       ForecastService | |
        getDeliveryForecastRequest | |
        getDeliveryForecastResponse | |
        getDeliveryForecastByIdsRequest | |
        getDeliveryForecastByIdsResponse | |
       InventoryService | |
        createAdUnitsRequest | |
        createAdUnitsResponse | |
        getAdUnitSizesByStatementRequest | |
        getAdUnitSizesByStatementResponse | |
        updateAdUnitsRequest | |
        updateAdUnitsResponse | |
       LabelService | |
        createLabelsRequest | |
        createLabelsResponse | |
        updateLabelsRequest | |
        updateLabelsResponse | |
       LineItemCreativeAssociationService | |
        createLineItemCreativeAssociationsRequest | |
        createLineItemCreativeAssociationsResponse | |
        getPreviewUrlsForNativeStylesRequest | |
        getPreviewUrlsForNativeStylesResponse | |
        updateLineItemCreativeAssociationsRequest | |
        updateLineItemCreativeAssociationsResponse | |
       LineItemService | |
        createLineItemsRequest | |
        createLineItemsResponse | |
        updateLineItemsRequest | |
        updateLineItemsResponse | |
       LineItemTemplateService | |
       LiveStreamEventService | |
        createLiveStreamEventsRequest | |
        createLiveStreamEventsResponse | |
        updateLiveStreamEventsRequest | |
        updateLiveStreamEventsResponse | |
       MobileApplicationService | |
        createMobileApplicationsRequest | |
        createMobileApplicationsResponse | |
        updateMobileApplicationsRequest | |
        updateMobileApplicationsResponse | |
       NativeStyleService | |
        createNativeStylesRequest | |
        createNativeStylesResponse | |
        updateNativeStylesRequest | |
        updateNativeStylesResponse | |
       NetworkService | |
        getAllNetworksRequest | |
        getAllNetworksResponse | |
       OrderService | |
        createOrdersRequest | |
        createOrdersResponse | |
        updateOrdersRequest | |
        updateOrdersResponse | |
       PlacementService | |
        createPlacementsRequest | |
        createPlacementsResponse | |
        updatePlacementsRequest | |
        updatePlacementsResponse | |
       ProposalLineItemService | |
        createMakegoodsRequest | |
        createMakegoodsResponse | |
        createProposalLineItemsRequest | |
        createProposalLineItemsResponse | |
        updateProposalLineItemsRequest | |
        updateProposalLineItemsResponse | |
       ProposalService | |
        createProposalsRequest | |
        createProposalsResponse | |
        updateProposalsRequest | |
        updateProposalsResponse | |
       PublisherQueryLanguageService | |
       ReportService | |
       StreamActivityMonitorService | |
        getSamSessionsByStatementRequest | |
        getSamSessionsByStatementResponse | |
        registerSessionsForMonitoringRequest | |
        registerSessionsForMonitoringResponse | |
       SuggestedAdUnitService | |
       TargetingPresetService | |
       TeamService | |
        createTeamsRequest | |
        createTeamsResponse | |
        updateTeamsRequest | |
        updateTeamsResponse | |
       UserService | |
        createUsersRequest | |
        createUsersResponse | |
        getAllRolesRequest | |
        getAllRolesResponse | |
        updateUsersRequest | |
        updateUsersResponse | |
       UserTeamAssociationService | |
        createUserTeamAssociationsRequest | |
        createUserTeamAssociationsResponse | |
        updateUserTeamAssociationsRequest | |
        updateUserTeamAssociationsResponse | |
      ApiException | Exception class for holding a list of service errors. |
      ApiError | The API error base class that provides details about an error that occurred while processing a service request |
      FieldPathElement | A segment of a field path. Each dot in a field path defines a new segment. |
      ApplicationException | Base class for exceptions. |
      ActivityGroup | Activities are organized within activity groups, which are sets of activities that share the same configuration. You create and manage activities from within activity groups. |
      UniqueError | An error for a field which must satisfy a uniqueness constraint |
      StringLengthError | Errors for Strings which do not meet given length constraints. |
      StringFormatError | A list of error code for reporting invalid content of input strings. |
      StatementError | An error that occurs while parsing Statement objects. |
      ServerError | Errors related to the server. |
      RequiredNumberError | A list of all errors to be used in conjunction with required number validators. |
      RequiredError | Errors due to missing required field. |
      RequiredCollectionError | A list of all errors to be used for validating sizes of collections. |
      RangeError | A list of all errors associated with the Range constraint. |
      QuotaError | Describes a client-side error on which a user is attempting to perform an action to which they have no quota remaining. |
      PublisherQueryLanguageSyntaxError | An error that occurs while parsing a PQL query contained in a Statement object. |
      PublisherQueryLanguageContextError | An error that occurs while executing a PQL query contained in a Statement object. |
      PermissionError | Errors related to incorrect permission. |
      ParseError | Lists errors related to parsing. |
      NotNullError | Caused by supplying a null value for an attribute that cannot be null. |
      InternalApiError | Indicates that a server-side error has occured |
      FeatureError | Errors related to feature management. If you attempt using a feature that is not available to the current network you'll receive a FeatureError with the missing feature as the trigger. |
      CommonError | A place for common errors that can be used across services. |
      CollectionSizeError | Error for the size of the collection being too large |
      AuthenticationError | An error for an exception that occurred when authenticating. |
      ApiVersionError | Errors related to the usage of API versions. |
      ActivityError | Errors relating to Activity and Activity Group services. |
      Statement | Captures the |
      String_ValueMapEntry | This represents an entry in a map with a key of type String and value of type Value. |
      Value | |
      TextValue | Contains a string value. |
      SetValue | Contains a set of Values. May not contain duplicates. |
      NumberValue | Contains a numeric value. |
      DateValue | Contains a date value. |
      Date | Represents a date. |
      DateTimeValue | Contains a date-time value. |
      DateTime | Represents a date combined with the time of day. |
      BooleanValue | Contains a boolean value. |
      ObjectValue | Contains an object value |
      ActivityGroupPage | Captures a page of ActivityGroup objects. |
      ActivityGroupServiceInterfaceChannel | |
      ActivityGroupServiceInterface | |
      ActivityGroupService | Provides methods for creating, updating and retrieving ActivityGroup objects |
      CmsContent | Contains information about Content from the CMS it was ingested from. |
      DaiIngestError | Represents an error associated with a DAI content's status. |
      Content | A |
      ContentPage | Captures a page of |
      TypeError | An error for a field which is an invalid type. |
      InvalidUrlError | Lists all errors associated with URLs. |
      ContentServiceInterface | |
      ContentServiceInterfaceChannel | |
      ContentService | Service for retrieving Content |
      BaseCreativeTemplateVariableValue | A base class for storing values of the CreativeTemplateVariable. |
      UrlCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::URL. |
      StringCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::STRING and VariableType::LIST. |
      LongCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::LONG. |
      AssetCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::ASSET. |
      CreativeAsset | A |
      Size | Represents the dimensions of an AdUnit, LineItem or Creative |
      ClickTag | Click tags define click-through URLs for each exit on an HTML5 creative. An exit is any area that can be clicked that directs the browser to a landing page. Each click tag defines the click-through URL for a different exit. In Ad Manager, tracking pixels are attached to the click tags if URLs are valid. |
      CustomCreativeAsset | A |
      VideoMetadata | Metadata for a video asset. |
      Asset | Base asset properties. |
      RedirectAsset | An externally hosted asset. |
      VideoRedirectAsset | An externally-hosted video asset. |
      ConversionEvent_TrackingUrlsMapEntry | This represents an entry in a map with a key of type ConversionEvent and value of type TrackingUrls. |
      RichMediaStudioChildAssetProperty | Represents a child asset in |
      ThirdPartyDataDeclaration | Represents a set of declarations about what (if any) third party companies are associated with a given creative |
      BaseCustomFieldValue | The value of a CustomField for a particular entity. |
      DropDownCustomFieldValue | A CustomFieldValue for a CustomField that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN |
      CustomFieldValue | The value of a CustomField that does not have a CustomField::dataType of CustomFieldDataType::DROP_DOWN. |
      AppliedLabel | Represents a Label that can be applied to an entity. To negate an inherited label, create an |
      Creative | A |
      VastRedirectCreative | A |
      UnsupportedCreative | A |
      ThirdPartyCreative | A |
      TemplateCreative | A |
      ProgrammaticCreative | A |
      LegacyDfpCreative | A |
      InternalRedirectCreative | A |
      Html5Creative | A |
      HasDestinationUrlCreative | A |
      CustomCreative | A |
      BaseVideoCreative | A base type for video creatives. |
      VideoRedirectCreative | A |
      VideoCreative | A |
      SetTopBoxCreative | A |
      BaseImageRedirectCreative | The base type for creatives that load an image asset from a specified URL. |
      ImageRedirectOverlayCreative | An overlay |
      ImageRedirectCreative | A |
      BaseImageCreative | The base type for creatives that display an image. |
      ImageOverlayCreative | An overlay |
      ImageCreative | A |
      AspectRatioImageCreative | A |
      ClickTrackingCreative | A creative that is used for tracking clicks on ads that are served directly from the customers' web servers or media servers. NOTE: The size attribute is not used for click tracking creative and it will not be persisted upon save. |
      BaseRichMediaStudioCreative | A |
      RichMediaStudioCreative | A |
      BaseDynamicAllocationCreative | A base class for dynamic allocation creatives. |
      HasHtmlSnippetDynamicAllocationCreative | Dynamic allocation creative with a backfill code snippet. |
      AdSenseCreative | An AdSense dynamic allocation creative. |
      AdExchangeCreative | An Ad Exchange dynamic allocation creative. |
      TemplateInstantiatedCreativeError | Lists all errors associated with template instantiated creatives. |
      SwiffyConversionError | Error for converting flash to swiffy asset. |
      SetTopBoxCreativeError | Errors associated with set-top box creatives. |
      RichMediaStudioCreativeError | Lists all errors associated with Studio creatives. |
      RequiredSizeError | A list of all errors to be used for validating Size. |
      NullError | Caused by supplying a non-null value for an attribute that should be null. |
      LineItemCreativeAssociationError | Lists all errors associated with line item-to-creative association dates. |
      LabelEntityAssociationError | Errors specific to creating label entity associations. |
      InvalidPhoneNumberError | Lists all errors associated with phone numbers. |
      ImageError | Lists all errors associated with images. |
      HtmlBundleProcessorError | Lists all errors associated with html5 file processing. |
      FileError | A list of all errors to be used for problems related to files. |
      EntityLimitReachedError | An error that occurs when creating an entity if the limit on the number of allowed entities for a network has already been reached. |
      CustomFieldValueError | Errors specific to editing custom field values |
      CustomCreativeError | Lists all errors associated with custom creatives. |
      CreativeTemplateOperationError | An error that can occur while performing an operation on a creative template. |
      CreativeTemplateError | A catch-all error that lists all generic errors associated with CreativeTemplate. |
      CreativeSetError | Errors relating to creative sets & subclasses. |
      CreativeError | Lists all errors associated with creatives. |
      CreativeAssetMacroError | Lists all errors associated with creative asset macros. |
      AssetError | Lists all errors associated with assets. |
      CreativeServiceInterface | |
      CreativePage | Captures a page of Creative objects. |
      CreativeServiceInterfaceChannel | |
      CreativeService | Provides methods for adding, updating and retrieving Creative objects |
      CreativeSet | A creative set is comprised of a master creative and its companion creatives. |
      CreativeSetServiceInterface | |
      CreativeSetPage | Captures a page of CreativeSet objects. |
      CreativeSetServiceInterfaceChannel | |
      CreativeSetService | Provides methods for adding, updating and retrieving CreativeSet objects. |
      ListStringCreativeTemplateVariableVariableChoice | Stores variable choices that users can select from |
      CreativeTemplateVariable | Represents a variable defined in a creative template. |
      UrlCreativeTemplateVariable | Represents a url variable defined in a creative template |
      StringCreativeTemplateVariable | Represents a string variable defined in a creative template |
      ListStringCreativeTemplateVariable | Represents a list variable defined in a creative template. This is similar to StringCreativeTemplateVariable, except that there are possible choices to choose from |
      LongCreativeTemplateVariable | Represents a long variable defined in a creative template. |
      AssetCreativeTemplateVariable | Represents a file asset variable defined in a creative template |
      CreativeTemplate | A template upon which a creative can be created. |
      CreativeTemplatePage | Captures a page of CreativeTemplate objects. |
      CreativeTemplateServiceInterface | |
      CreativeTemplateServiceInterfaceChannel | |
      CreativeTemplateService | Provides methods for retrieving CreativeTemplate objects. |
      CreativeWrapper | A |
      LabelError | Errors specific to labels. |
      CreativeWrapperError | Errors specific to creative wrappers. |
      CreativeWrapperServiceInterface | |
      CreativeWrapperPage | Captures a page of CreativeWrapper objects. |
      CreativeWrapperAction | Represents the actions that can be performed on CreativeWrapper objects. |
      DeactivateCreativeWrappers | The action used for deactivating CreativeWrapper objects. |
      ActivateCreativeWrappers | The action used for activating CreativeWrapper objects. |
      UpdateResult | Represents the result of performing an action on objects. |
      CreativeWrapperServiceInterfaceChannel | |
      CreativeWrapperService | Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives |
      CustomTargetingKey | |
      EntityChildrenLimitReachedError | Lists errors relating to having too many children on an entity. |
      CustomTargetingError | Lists all errors related to CustomTargetingKey and CustomTargetingValue objects. |
      CustomTargetingServiceInterface | |
      CustomTargetingValue | |
      CustomTargetingKeyPage | Captures a page of CustomTargetingKey objects. |
      CustomTargetingValuePage | Captures a page of CustomTargetingValue objects. |
      CustomTargetingKeyAction | Represents the actions that can be performed on CustomTargetingKey objects. |
      DeleteCustomTargetingKeys | Represents the delete action that can be performed on CustomTargetingKey objects. Deleting a key will not delete the CustomTargetingValue objects associated with it. Also, if a custom targeting key that has been deleted is recreated, any previous custom targeting values associated with it that were not deleted will continue to exist. |
      ActivateCustomTargetingKeys | The action used for activating inactive (i.e. deleted) CustomTargetingKey objects. |
      CustomTargetingValueAction | Represents the actions that can be performed on CustomTargetingValue objects. |
      DeleteCustomTargetingValues | Represents the delete action that can be performed on CustomTargetingValue objects. |
      ActivateCustomTargetingValues | The action used for activating inactive (i.e. deleted) CustomTargetingValue objects. |
      CustomTargetingServiceInterfaceChannel | |
      CustomTargetingService | Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects. |
      CustomFieldOption | An option represents a permitted value for a custom field that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN. |
      CustomFieldError | Errors specific to editing custom fields |
      CustomFieldServiceInterface | |
      CustomField | An additional, user-created field on an entity. |
      DropDownCustomField | A custom field that has the drop-down data type. |
      CustomFieldPage | Captures a page of CustomField objects. |
      CustomFieldAction | Represents the actions that can be performed on CustomField objects. |
      DeactivateCustomFields | The action used for deactivating CustomField objects. |
      ActivateCustomFields | The action used for activating CustomField objects. |
      CustomFieldServiceInterfaceChannel | |
      CustomFieldService | Provides methods for the creation and management of CustomField objects. |
      GrpDemographicBreakdown | GRP forecast breakdown counts associated with a gender and age demographic. |
      AlternativeUnitTypeForecast | A view of the forecast in terms of an alternative unit type |
      ContendingLineItem | Describes contending line items for a Forecast. |
      TargetingCriteriaBreakdown | A single targeting criteria breakdown result. |
      BreakdownForecast | Represents a single delivery data point, with both available and forecast number. |
      ForecastBreakdownEntry | A single forecast breakdown entry. |
      ForecastBreakdown | Represents the breakdown entries for a list of targetings and/or creatives. |
      AvailabilityForecast | Describes predicted inventory availability for a ProspectiveLineItem |
      ForecastBreakdownTarget | Specifies inventory targeted by a breakdown entry. |
      Targeting | Contains targeting criteria for LineItem objects. See LineItem::targeting. |
      GeoTargeting | Provides line items the ability to target geographical locations. By default, line items target all countries and their subdivisions. With geographical targeting, you can target line items to specific countries, regions, metro areas, and cities. You can also exclude the same |
      Location | A Location represents a geographical entity that can be targeted. If a location type is not available because of the API version you are using, the location will be represented as just the base class, otherwise it will be sub-classed correctly. |
      InventoryTargeting | A collection of targeted and excluded ad units and placements. |
      AdUnitTargeting | Represents targeted or excluded ad units. |
      DayPartTargeting | Modify the delivery times of line items for particular days of the week. By default, line items are served at all days and times. |
      DayPart | |
      TimeOfDay | Represents a specific time in a day. |
      DateTimeRange | Represents a range of dates (combined with time of day) that has an upper and/or lower bound. |
      TechnologyTargeting | Provides LineItem objects the ability to target or exclude technologies. |
      BandwidthGroupTargeting | Represents bandwidth groups that are being targeted or excluded by the LineItem. |
      Technology | Represents a technology entity that can be targeted. |
      OperatingSystemVersion | Represents a specific version of an operating system. |
      OperatingSystem | Represents an Operating System, such as Linux, Mac OS or Windows. |
      MobileDeviceSubmodel | Represents a mobile device submodel. |
      MobileDevice | Represents a Mobile Device. |
      MobileCarrier | Represents a mobile carrier. Carrier targeting is only available to Ad Manager mobile publishers. For a list of current mobile carriers, you can use PublisherQueryLanguageService::mobile_carrier. |
      DeviceManufacturer | Represents a mobile device's manufacturer. |
      DeviceCategory | Represents the category of a device. |
      DeviceCapability | Represents a capability of a physical device. |
      BrowserLanguage | Represents a Browser's language. |
      Browser | Represents an internet browser. |
      BandwidthGroup | Represents a group of bandwidths that are logically organized by some well known generic names such as 'Cable' or 'DSL'. |
      BrowserTargeting | Represents browsers that are being targeted or excluded by the LineItem. |
      BrowserLanguageTargeting | Represents browser languages that are being targeted or excluded by the LineItem. |
      DeviceCapabilityTargeting | Represents device capabilities that are being targeted or excluded by the LineItem. |
      DeviceCategoryTargeting | Represents device categories that are being targeted or excluded by the LineItem. |
      DeviceManufacturerTargeting | Represents device manufacturer that are being targeted or excluded by the LineItem. |
      MobileCarrierTargeting | Represents mobile carriers that are being targeted or excluded by the LineItem. |
      MobileDeviceTargeting | Represents mobile devices that are being targeted or excluded by the LineItem. |
      MobileDeviceSubmodelTargeting | Represents mobile devices that are being targeted or excluded by the LineItem. |
      OperatingSystemTargeting | Represents operating systems that are being targeted or excluded by the LineItem. |
      OperatingSystemVersionTargeting | Represents operating system versions that are being targeted or excluded by the LineItem. |
      CustomCriteriaSet | A CustomCriteriaSet comprises of a set of CustomCriteriaNode objects combined by the CustomCriteriaSet.LogicalOperator::logicalOperator. The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting. |
      CustomCriteriaNode | A CustomCriteriaNode is a node in the custom targeting tree. A custom criteria node can either be a CustomCriteriaSet (a non-leaf node) or a CustomCriteria (a leaf node). The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting. |
      CustomCriteriaLeaf | A CustomCriteriaLeaf object represents a generic leaf of CustomCriteria tree structure. |
      AudienceSegmentCriteria | An AudienceSegmentCriteria object is used to target AudienceSegment objects. |
      CmsMetadataCriteria | A |
      CustomCriteria | A CustomCriteria object is used to perform custom criteria targeting on custom targeting keys of type CustomTargetingKey.Type::PREDEFINED or CustomTargetingKey.Type::FREEFORM. |
      UserDomainTargeting | Provides line items the ability to target or exclude users visiting their websites from a list of domains or subdomains. |
      ContentTargeting | Used to target LineItems to specific videos on a publisher's site. |
      VideoPositionTargeting | Represents positions within and around a video where ads can be targeted to |
      VideoPositionTarget | Represents the options for targetable positions within a video. |
      VideoPosition | Represents a targetable position within a video. A video ad can be targeted to a position (pre-roll, all mid-rolls, or post-roll), or to a specific mid-roll index. |
      VideoPositionWithinPod | Represents a targetable position within a pod within a video stream. A video ad can be targeted to any position in the pod (first, second, third ... last). If there is only 1 ad in a pod, either first or last will target that position. |
      MobileApplicationTargeting | Provides line items the ability to target or exclude users' mobile applications. |
      BuyerUserListTargeting | The |
      RequestPlatformTargeting | Provides line items the ability to target the platform that requests and renders the ad |
      CreativePlaceholder | A |
      ForecastBreakdownOptions | Configuration of forecast breakdown. |
      AvailabilityForecastOptions | Forecasting options for line item availability forecasts. |
      ProposalLineItemMakegoodInfo | Makegood info for a ProposalLineItemDto. |
      ProposalLineItemMarketplaceInfo | Marketplace info for ProposalLineItem with a corresponding deal in Marketplace. |
      ProposalLineItem | A |
      Goal | Defines the criteria a LineItem needs to satisfy to meet its delivery goal. |
      FrequencyCap | Represents a limit on the number of times a single viewer can be exposed to the same LineItem in a specified time period. |
      Money | Represents a money amount. |
      DeliveryIndicator | Indicates the delivery performance of the LineItem. |
      ThirdPartyMeasurementSettings | Contains third party auto-pixeling settings for cross-sell Partners. |
      CreativeTargeting | Represents the creative targeting criteria for a LineItem. |
      LineItemDealInfoDto | Data transfer object for the exchange deal info of a line item. |
      GrpSettings | |
      SetTopBoxInfo | Contains data used to display information synchronized with Canoe for set-top box enabled LineItem line items. |
      Stats | |
      LineItemActivityAssociation | A |
      CustomPacingGoal | An interval of a CustomPacingCurve. A custom pacing goal contains a start time and an amount. The goal will apply until either the next custom pacing goal's |
      CustomPacingCurve | A curve consisting of CustomPacingGoal objects that is used to pace line item delivery. |
      LineItemSummary | The |
      LineItem | |
      ProspectiveLineItem | Represents a prospective line item to be forecasted. |
      VideoPositionTargetingError | Lists all errors related to VideoPositionTargeting. |
      UserDomainTargetingError | Lists all errors related to user domain targeting for a line item. |
      TimeZoneError | Errors related to timezones. |
      TechnologyTargetingError | Technology targeting validation errors. |
      TeamError | Errors related to a Team. |
      SetTopBoxLineItemError | Errors associated with set-top box line items. |
      AudienceSegmentError | Errors that could occur on audience segment related requests. |
      ReservationDetailsError | Lists all errors associated with LineItem's reservation details. |
      RequestPlatformTargetingError | Errors related to request platform targeting. |
      RegExError | Caused by supplying a value for an object attribute that does not conform to a documented valid regular expression. |
      ProgrammaticError | Errors associated with programmatic line items. |
      OrderError | Lists all errors associated with orders. |
      OrderActionError | Lists all errors associated with performing actions on Order objects. |
      LineItemOperationError | Lists all errors for executing operations on line items |
      LineItemFlightDateError | Lists all errors associated with LineItem start and end dates. |
      LineItemError | A catch-all error that lists all generic errors associated with LineItem. |
      LineItemActivityAssociationError | Errors specific to associating activities to line items. |
      InventoryUnitError | Lists the generic errors associated with AdUnit objects. |
      InventoryTargetingError | Lists all inventory errors caused by associating a line item with a targeting expression. |
      GrpSettingsError | Errors associated with line items with GRP settings. |
      GeoTargetingError | Lists all errors associated with geographical targeting for a LineItem. |
      GenericTargetingError | Targeting validation errors that can be used by different targeting types. |
      FrequencyCapError | Lists all errors associated with frequency caps. |
      ForecastError | Errors that can result from a forecast request. |
      DayPartTargetingError | Lists all errors associated with day-part targeting for a line item. |
      DateTimeRangeTargetingError | Lists all date time range errors caused by associating a line item with a targeting expression. |
      CrossSellError | Lists all errors associated with cross selling. |
      CompanyCreditStatusError | Lists all errors due to Company::creditStatus. |
      ClickTrackingLineItemError | Click tracking is a special line item type with a number of unique errors as described below. |
      AudienceExtensionError | Errors associated with audience extension enabled line items |
      AdUnitCodeError | Lists the generic errors associated with AdUnit::adUnitCode. |
      AdRuleSlotError | Errors related to ad rule slots. |
      ForecastServiceInterface | |
      DeliveryForecastOptions | Forecasting options for line item delivery forecasts. |
      DeliveryForecast | The forecast of delivery for a list of ProspectiveLineItem objects to be reserved at the same time. |
      LineItemDeliveryForecast | The forecasted delivery of a ProspectiveLineItem. |
      ForecastServiceInterfaceChannel | |
      ForecastService | Provides methods for estimating traffic (clicks/impressions) for line items. Forecasts can be provided for LineItem objects that exist in the system or which have not had an ID set yet |
      LabelFrequencyCap | A |
      AdSenseSettings | Contains the AdSense configuration for an AdUnit. |
      AdUnitSize | An |
      AdUnitParent | The summary of a parent AdUnit. |
      AdUnit | An |
      InventoryUnitSizesError | An error specifically for InventoryUnitSizes. |
      InventoryUnitRefreshRateError | Lists errors relating to AdUnit::refreshRate. |
      InvalidColorError | A list of all errors associated with a color attribute. |
      CompanyError | A list of all errors associated with companies. |
      AdUnitHierarchyError | Caused by creating an AdUnit object with an invalid hierarchy. |
      AdSenseAccountError | Error for AdSense related API calls. |
      InventoryServiceInterface | |
      AdUnitPage | Captures a page of AdUnit objects. |
      AdUnitAction | Represents the actions that can be performed on AdUnit objects. |
      DeactivateAdUnits | The action used for deactivating AdUnit objects. |
      ArchiveAdUnits | The action used for archiving AdUnit objects. |
      ActivateAdUnits | The action used for activating AdUnit objects. |
      InventoryServiceInterfaceChannel | |
      InventoryService | Provides operations for creating, updating and retrieving AdUnit objects |
      AdCategoryDto | A canonical ad category. |
      Label | A |
      LabelServiceInterface | |
      LabelPage | Captures a page of Label objects. |
      LabelAction | Represents the actions that can be performed on Label objects. |
      DeactivateLabels | The action used for deactivating Label objects. |
      ActivateLabels | The action used for activating Label objects. |
      LabelServiceInterfaceChannel | |
      LabelService | Provides methods for the creation and management of Labels. |
      Activity | |
      ActivityServiceInterface | |
      ActivityPage | Captures a page of Activity objects. |
      ActivityServiceInterfaceChannel | |
      ActivityService | Provides methods for creating, updating and retrieving Activity objects |
      Long_StatsMapEntry | This represents an entry in a map with a key of type Long and value of type Stats. |
      LineItemCreativeAssociationStats | Contains statistics such as impressions, clicks delivered and cost for LineItemCreativeAssociation objects. |
      LineItemCreativeAssociation | A |
      LineItemCreativeAssociationOperationError | Lists all errors for executing operations on line item-to-creative associations |
      CreativePreviewError | Errors associated with generation of creative preview URIs. |
      LineItemCreativeAssociationServiceInterface | |
      LineItemCreativeAssociationPage | Captures a page of LineItemCreativeAssociation objects. |
      CreativeNativeStylePreview | Represents the NativeStyle of a Creative and its corresponding preview URL. |
      LineItemCreativeAssociationAction | Represents the actions that can be performed on LineItemCreativeAssociation objects. |
      DeleteLineItemCreativeAssociations | The action used for deleting LineItemCreativeAssociation objects. |
      DeactivateLineItemCreativeAssociations | The action used for deactivating LineItemCreativeAssociation objects. |
      ActivateLineItemCreativeAssociations | The action used for activating LineItemCreativeAssociation objects. |
      LineItemCreativeAssociationServiceInterfaceChannel | |
      LineItemCreativeAssociationService | Provides operations for creating, updating and retrieving LineItemCreativeAssociation objects |
      LineItemServiceInterface | |
      LineItemPage | Captures a page of LineItem objects. |
      LineItemAction | Represents the actions that can be performed on LineItem objects. |
      UnarchiveLineItems | The action used for unarchiving LineItem objects. |
      ResumeLineItems | The action used for resuming LineItem objects. |
      ResumeAndOverbookLineItems | The action used for resuming and overbooking LineItem objects. |
      ReserveLineItems | The action used for reserving LineItem objects. |
      ReserveAndOverbookLineItems | The action used for reserving and overbooking LineItem objects. |
      ReleaseLineItems | The action used for releasing LineItem objects. |
      PauseLineItems | The action used for pausing LineItem objects. |
      DeleteLineItems | The action used for deleting LineItem objects. A line item can be deleted if it has never been eligible to serve. Note: deleted line items will still count against your network limits. For more information, see the Help Center. |
      ArchiveLineItems | The action used for archiving LineItem objects. |
      ActivateLineItems | The action used for activating LineItem objects. |
      LineItemServiceInterfaceChannel | |
      LineItemService | Provides methods for creating, updating and retrieving LineItem objects |
      LineItemTemplate | Represents the template that populates the fields of a new line item being created. |
      LineItemTemplatePage | Captures a page of LineItemTemplate objects. |
      LineItemTemplateServiceInterface | |
      LineItemTemplateServiceInterfaceChannel | |
      LineItemTemplateService | Provides methods for creating, updating and retrieving LineItemTemplate objects. |
      PrefetchSettings | The information needed to prefetch ad requests for an ad break. |
      MasterPlaylistSettings | Settings for the HLS (HTTP Live Streaming) master playlist. |
      HlsSettings | LiveStream settings that are specific to the HTTP live streaming (HLS) protocol. |
      LiveStreamEvent | A |
      VideoAdTagError | Lists all errors associated with live stream event ad tags. |
      LiveStreamEventSlateError | Lists all errors associated with LiveStreamEvent slate creative id. |
      LiveStreamEventDvrWindowError | Lists the errors associated with setting the LiveStreamEvent DVR window duration. |
      LiveStreamEventDateTimeError | Lists all errors associated with live stream event start and end date times. |
      LiveStreamEventCdnSettingsError | Lists all errors associated with LiveStreamEvent CDN configurations. |
      LiveStreamEventActionError | Lists all errors associated with live stream event action. |
      LiveStreamEventServiceInterface | |
      LiveStreamEventPage | Captures a page of LiveStreamEvent objects. |
      LiveStreamEventAction | Represents the actions that can be performed on LiveStreamEvent objects. |
      RefreshLiveStreamEventMasterPlaylists | The action used for refreshing the master playlists of LiveStreamEvent objects |
      PauseLiveStreamEvents | The action used for pausing LiveStreamEvent objects. |
      PauseLiveStreamEventAds | The action used for pausing ads for LiveStreamEvent objects. |
      ArchiveLiveStreamEvents | The action used for archiving LiveStreamEvent objects. |
      ActivateLiveStreamEvents | The action used for activating LiveStreamEvent objects. |
      LiveStreamEventServiceInterfaceChannel | |
      LiveStreamEventService | Provides methods for creating, updating and retrieving LiveStreamEvent objects |
      MobileApplication | A mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores. |
      MobileApplicationError | Lists all errors associated with MobileApplication objects. |
      MobileApplicationActionError | Lists all error reasons associated with performing actions on MobileApplication objects. |
      MobileApplicationServiceInterface | |
      MobileApplicationPage | Captures a page of mobile applications. |
      MobileApplicationAction | Represents the actions that can be performed on mobile applications. |
      ArchiveMobileApplications | The action used to deactivate MobileApplication objects. |
      UnarchiveMobileApplications | The action used to activate MobileApplication objects. |
      MobileApplicationServiceInterfaceChannel | |
      MobileApplicationService | Provides methods for retrieving MobileApplication objects. |
      ChildPublisher | A |
      Network | |
      RequestError | Encapsulates the generic errors thrown when there's an error with user request. |
      PrecisionError | List all errors associated with number precisions. |
      NetworkError | An error for a network. |
      InvalidEmailError | Caused by supplying a value for an email attribute that is not a valid email address. |
      ExchangeRateError | Lists all errors associated with ExchangeRate objects. |
      NetworkServiceInterface | |
      NetworkServiceInterfaceChannel | |
      NetworkService | Provides operations for retrieving information related to the publisher's networks. This service can be used to obtain the list of all networks that the current login has access to, or to obtain information about a specific network. |
      Order | An |
      OrderServiceInterface | |
      OrderPage | Captures a page of Order objects. |
      OrderAction | Represents the actions that can be performed on Order objects. |
      UnarchiveOrders | The action used for unarchiving Order objects. |
      SubmitOrdersForApprovalWithoutReservationChanges | The action used for submitting Order objects for approval. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      SubmitOrdersForApproval | The action used for submitting Order objects for approval. |
      SubmitOrdersForApprovalAndOverbook | The action used for submitting and overbooking Order objects for approval. |
      RetractOrdersWithoutReservationChanges | The action used for retracting Order objects. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      RetractOrders | The action used for retracting Order objects. |
      ResumeOrders | The action used for resuming Order objects. LineItem objects within the order that are eligble to resume will resume as well. |
      ResumeAndOverbookOrders | The action used for resuming and overbooking Order objects. All LineItem objects within the order will resume as well. |
      PauseOrders | The action used for pausing all LineItem objects within an order. |
      DisapproveOrdersWithoutReservationChanges | The action used for disapproving Order objects. All LineItem objects within the order will be disapproved as well. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      DisapproveOrders | The action used for disapproving Order objects. All LineItem objects within the order will be disapproved as well. |
      DeleteOrders | The action used for deleting Order objects. All line items within that order are also deleted. Orders can only be deleted if none of its line items have been eligible to serve. This action can be used to delete proposed orders and line items if they are no longer valid. |
      ArchiveOrders | The action used for archiving Order objects. |
      ApproveOrdersWithoutReservationChanges | The action used for approving Order objects. All LineItem objects within the order will be approved as well. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. If there are reservable line items that have not been reserved the operation will not succeed. |
      ApproveOrders | The action used for approving Order objects. All LineItem objects within the order will be approved as well. For more information on what happens to an order and its line items when it is approved, see the Ad Manager Help Center.
|
      ApproveAndOverbookOrders | The action used for approving and overbooking Order objects. All LineItem objects within the order will be approved as well. For more information on what happens to an order and its line items when it is approved and overbooked, see the Ad Manager Help Center. |
      OrderServiceInterfaceChannel | |
      OrderService | Provides methods for creating, updating and retrieving Order objects |
      SiteTargetingInfo | Contains information required for AdWords advertisers to place their ads. |
      Placement | A |
      PlacementError | Class defining all validation errors for a placement. |
      PlacementServiceInterface | |
      PlacementPage | Captures a page of Placement objects. |
      PlacementAction | Represents the actions that can be performed on Placement objects. |
      DeactivatePlacements | The action used for deactivating Placement objects. |
      ArchivePlacements | The action used for archiving Placement objects. |
      ActivatePlacements | The action used for activating Placement objects. |
      PlacementServiceInterfaceChannel | |
      PlacementService | Provides methods for creating, updating and retrieving Placement objects |
      BuyerRfp | Represents the buyer RFP information associated with a Proposal describing the requirements from the buyer. |
      ProposalMarketplaceInfo | Marketplace info for a proposal with a corresponding order in Marketplace. |
      SalespersonSplit | A |
      ProposalCompanyAssociation | A |
      Proposal | A |
      WorkflowValidationError | Lists all errors associated with workflow validation |
      WorkflowActionError | Lists all errors associated with performing actions within WorkflowAction. |
      ProposalLineItemProgrammaticError | Errors associated with programmatic proposal line items. |
      ProposalLineItemError | Lists all errors associated with proposal line items. |
      ProposalError | Lists all errors associated with proposals. |
      ProposalActionError | Lists all errors associated with performing actions on Proposal objects. |
      ProductError | Lists all error reasons associated with products. |
      PackageError | Lists all errors associated with Package objects. |
      PackageActionError | Lists all errors for executing actions on Package objects. |
      DealError | Errors associated with creating or updating programmatic proposals. |
      BillingError | Lists all errors associated with the billing settings of a proposal or proposal line item. |
      ProposalServiceInterface | |
      MarketplaceCommentPage | Captures a page of MarketplaceComment objects. |
      MarketplaceComment | A comment associated with a programmatic Proposal that has been sent to Marketplace. |
      ProposalPage | Captures a page of Proposal objects. |
      ProposalAction | Represents the actions that can be performed on Proposal objects. |
      UpdateOrderWithSellerData | The action to update a finalized Marketplace Order with the seller's data. This action is only applicable for programmatic proposals. |
      UnarchiveProposals | The action used for unarchiving Proposal objects. |
      TerminateNegotiations | The action for marking all negotiations on the Proposal as terminated in Marketplace. |
      SubmitProposalsForApproval | The action used for submitting Proposal objects for approval. |
      RetractProposals | The action used for retracting Proposal objects. |
      RetractionDetails | Details describing why a Proposal was retracted. |
      ResumeProposals | The action used for resuming programmatic Proposal objects. This action is only applicable for programmatic proposals. |
      ReserveProposals | The action to reserve inventory for Proposal objects. It does not allow overbooking unless #allowOverbook is set to |
      RequestBuyerReview | The action used to request buyer review for the Proposal. This action is only applicable for programmatic Proposal. |
      RequestBuyerAcceptance | The action used to request acceptance from the buyer for the Proposal through Marketplace. This action does check forecasting unless #allowOverbook is set to |
      PauseProposals | The action used for pausing programmatic Proposal objects. This action is only applicable for programmatic proposals. |
      EditProposalsForNegotiation | Opens the non-free-editable fields of a Proposal for edit |
      DiscardLocalVersionEdits | The action for reverting the local Proposal modifications to reflect the latest terms and private data in Marketplace. This action is only applicable for programmatic proposals. |
      ArchiveProposals | The action used for archiving Proposal objects. |
      ProposalServiceInterfaceChannel | |
      ProposalService | Provides methods for adding, updating and retrieving Proposal objects. |
      ProposalLineItemMakegoodError | Lists all errors for makegood proposal line items. |
      ProposalLineItemActionError | Lists all errors for executing operations on proposal line items. |
      PreferredDealError | Errors associated with preferred deal proposal line items. |
      ProposalLineItemServiceInterface | |
      ProposalLineItemPage | Captures a page of ProposalLineItem objects. |
      ProposalLineItemAction | Represents the actions that can be performed on ProposalLineItem objects. |
      UnarchiveProposalLineItems | The action used for unarchiving ProposalLineItem objects. |
      ResumeProposalLineItems | The action used for resuming ProposalLineItem objects. |
      ReserveProposalLineItems | The action to reserve inventory for ProposalLineItem objects. It does not overbook inventory unless #allowOverbook is set to |
      ReleaseProposalLineItems | The action used for releasing inventory for ProposalLineItem objects. |
      PauseProposalLineItems | The action used for pausing ProposalLineItem objects. |
      ArchiveProposalLineItems | The action used for archiving ProposalLineItem objects. |
      ActualizeProposalLineItems | The action used for actualizing ProposalLineItem objects. |
      ProposalLineItemServiceInterfaceChannel | |
      ProposalLineItemService | Provides methods for creating, updating and retrieving ProposalLineItem objects |
      AdExclusionRule | Represents an inventory blocking rule, which prevents certain ads from being served to specified ad units. |
      AdExclusionRuleError | Ad exclusion rule specific errors. |
      AdExclusionRuleServiceInterface | |
      AdExclusionRulePage | Represents a page of AdExclusionRule objects. |
      AdExclusionRuleAction | Represents the actions that can be performed on AdExclusionRule objects. |
      DeactivateAdExclusionRules | Deactivate action. |
      ActivateAdExclusionRules | Activate action. |
      AdExclusionRuleServiceInterfaceChannel | |
      AdExclusionRuleService | Provides methods for creating, updating and retrieving AdExclusionRule objects |
      Row | Each Row object represents data about one entity in a ResultSet. |
      TargetingValue | Contains a Targeting value |
      ChangeHistoryValue | |
      ColumnType | Contains information about a column in a ResultSet. |
      ResultSet | The |
      PublisherQueryLanguageServiceInterface | |
      PublisherQueryLanguageServiceInterfaceChannel | |
      PublisherQueryLanguageService | Provides methods for executing a PQL Statement to retrieve information from the system. In order to support the selection of columns of interest from various tables, Statement objects support a "select" clause |
      ReportError | An error for an exception that occurred while running the report. |
      CurrencyCodeError | Errors related to currency codes. |
      ReportServiceInterface | |
      ReportDownloadOptions | Represents the options for an API report download request. See ReportService::getReportDownloadUrlWithOptions. |
      SavedQueryPage | A page of SavedQuery objects. |
      SavedQuery | A saved ReportQuery representing the selection criteria for running a report. |
      ReportQuery | A |
      ReportJob | Represents a report job that will be run to retrieve performance and statistics information about ad campaigns, networks, inventory and sales. |
      ReportServiceInterfaceChannel | |
      ReportService | Provides methods for executing a ReportJob and retrieving performance and statistics about ad campaigns, networks, inventory and sales |
      SuggestedAdUnit | A |
      SuggestedAdUnitPage | Contains a page of SuggestedAdUnit objects. |
      SuggestedAdUnitServiceInterface | |
      SuggestedAdUnitAction | Represents the actions that can be performed on SuggestedAdUnit objects. |
      ApproveSuggestedAdUnits | Action to approve SuggestedAdUnit objects. |
      SuggestedAdUnitUpdateResult | Represents the result of performing an action on SuggestedAdUnit objects. |
      SuggestedAdUnitServiceInterfaceChannel | |
      SuggestedAdUnitService | This service provides operations for retrieving and approving SuggestedAdUnit objects |
      Team | A |
      TeamServiceInterface | |
      TeamPage | Captures a page of Team objects. |
      TeamAction | Represents the actions that can be performed on Team objects. |
      DeactivateTeams | The action used for deactivating Team objects. |
      ActivateTeams | The action used for activating Team objects. |
      TeamServiceInterfaceChannel | |
      TeamService | Provides methods for creating, updating, and retrieving Team objects |
      UserRecord | The |
      User | Represents a user of the system |
      TokenError | An error for an exception that occurred when using a token. |
      UserServiceInterface | |
      Role | Each |
      UserPage | Captures a page of User objects |
      UserAction | Represents the actions that can be performed on User objects. |
      DeactivateUsers | The action used for deactivating User objects. |
      ActivateUsers | The action used for activating User objects. |
      UserServiceInterfaceChannel | |
      UserService | Provides operations for creating, updating and retrieving User objects |
      UserRecordTeamAssociation | |
      UserTeamAssociation | |
      UserTeamAssociationServiceInterface | |
      UserTeamAssociationPage | Captures a page of UserTeamAssociation objects. |
      UserTeamAssociationAction | Represents the actions that can be performed on UserTeamAssociation objects. |
      DeleteUserTeamAssociations | Action to delete the association between a User and a Team. |
      UserTeamAssociationServiceInterfaceChannel | |
      UserTeamAssociationService | Provides methods for creating, updating, and retrieving UserTeamAssociation objects |
      NativeStyle | Used to define the look and feel of native ads, for both web and apps. Native styles determine how native creatives look for a segment of inventory. |
      NativeStyleError | Errors for native styles. |
      NativeStyleServiceInterface | |
      NativeStylePage | Captures a page of NativeStyle objects. |
      NativeStyleAction | Represents an action that can be performed on native styles. |
      ArchiveNativeStyles | Action to archive native styles. |
      NativeStyleServiceInterfaceChannel | |
      NativeStyleService | Provides methods for creating and retrieving NativeStyle objects. |
      HistoricalBasisVolumeSettings | Settings to specify historical volume data that will be used as the expected future traffic volume for a ForecastAdjustment |
      DateRange | Represents a range of dates that has an upper and a lower bound |
      TotalVolumeSettings | Settings to specify a single total traffic volume that will be used as the expected total future volume for a forecast adjustment |
      ForecastAdjustment | Provides information about the expected traffic volume and ad requests over a date range for a traffic forecast segment. |
      VolumeTimeSeriesRequestError | Lists all errors associated with volume time series requests. |
      TrafficForecastSegmentError | Lists all errors associated with traffic forecast segments. |
      ForecastAdjustmentError | Lists all errors associated with forecast adjustments. |
      DateError | A list of all errors associated with the dates. |
      AdjustmentError | Lists all errors associated with adjustments. |
      AdjustmentServiceInterface | |
      TrafficForecastSegment | An entity that defines a segment of traffic that will be adjusted or explored. |
      ForecastAdjustmentPage | A page of ForecastAdjustmentDto objects. |
      TrafficForecastSegmentPage | A page of TrafficForecastSegmentDto objects. |
      ForecastAdjustmentAction | Represents the actions that can be performed on com.google.ads.publisher.api.service.adjustment.ForecastAdjustment objects. |
      DeactivateForecastAdjustments | The action used for deactivating ForecastAdjustment objects. |
      ActivateForecastAdjustments | The action used for activating ForecastAdjustment objects. |
      AdjustmentServiceInterfaceChannel | |
      AdjustmentService | Provides methods for creating, updating and retrieving Adjustment objects |
      CmsMetadataKey | Key associated with a piece of content from a publisher's CMS. |
      CmsMetadataKeyPage | Captures a page of CMS metadata key objects. |
      MetadataMergeSpecError | Errors associated with metadata merge specs. |
      CmsMetadataServiceInterface | |
      CmsMetadataValuePage | Captures a page of CMS metadata value objects. |
      CmsMetadataValue | Key value pair associated with a piece of content from a publisher's CMS. |
      CmsMetadataValueAction | Represents the actions that can be performed on CmsMetadataValue objects. |
      DeactivateCmsMetadataValues | The action used for deactivating CmsMetadataValue objects. |
      ActivateCmsMetadataValues | The action used for activating CmsMetadataValue objects. |
      CmsMetadataServiceInterfaceChannel | |
      CmsMetadataService | Provides methods for querying CMS metadata keys and values |
      TargetingPreset | User-defined preset targeting criteria. |
      TargetingPresetPage | Captures a paged query of TargetingPresetDto objects. |
      TargetingPresetServiceInterface | |
      TargetingPresetServiceInterfaceChannel | |
      TargetingPresetService | Service for interacting with Targeting Presets. |
      BaseAdRuleSlot | Simple object representing an ad slot within an AdRule. Ad rule slots contain information about the types/number of ads to display, as well as additional information on how the ad server will generate playlists. |
      UnknownAdRuleSlot | The BaseAdRuleSlot subtype returned if the actual type is not exposed by the requested API version. |
      StandardPoddingAdRuleSlot | An ad rule slot with standard podding. A standard pod is a series of video ads played back to back. Standard pods are defined by a BaseAdRuleSlot::maxAdsInPod and a BaseAdRuleSlot::maxVideoAdDuration. |
      OptimizedPoddingAdRuleSlot | Ad rule slot with optimized podding. Optimized pods are defined by a BaseAdRuleSlot::maxPodDuration and a BaseAdRuleSlot::maxAdsInPod, and the ad server chooses the best ads for the alloted duration. |
      NoPoddingAdRuleSlot | An ad rule slot with no podding. It is defined by a BaseAdRuleSlot::maxVideoAdDuration. |
      AdRule | An AdRule contains data that the ad server will use to generate a playlist of video ads. |
      PoddingError | Errors related to podding fields in ad rule slots. |
      AdRuleTargetingError | Lists all errors associated with ad rule targeting. |
      AdRulePriorityError | Errors associated with ad rule priorities. |
      AdRuleFrequencyCapError | Errors related to ad rule frequency caps |
      AdRuleError | Errors ad rule break template objects. |
      AdRuleDateError | Lists all errors associated with ad rule start and end dates. |
      AdRuleServiceInterface | |
      AdSpot | A AdSpot is a targetable entity used in the creation of AdRule objects |
      BreakTemplate | A BreakTemplate defines what kinds of ads show at which positions within a pod |
      BreakTemplateBreakTemplateMember | A building block of a pod template. |
      AdRulePage | Captures a page of AdRule objects. |
      AdSpotPage | Captures a page of AdSpot objects. |
      BreakTemplatePage | Captures a page of BreakTemplate objects. |
      AdRuleAction | Represents the actions that can be performed on AdRule objects. |
      DeleteAdRules | The action used for deleting AdRule objects. |
      DeactivateAdRules | The action used for pausing AdRule objects. |
      ActivateAdRules | The action used for resuming AdRule objects. |
      AdRuleServiceInterfaceChannel | |
      AdRuleService | Provides methods for creating, updating and retrieving AdRule objects |
      CreativeReview | |
      CreativeReviewPage | |
      CreativeReviewServiceInterface | |
      CreativeReviewAction | |
      DisapproveCreativeReviews | |
      ArchiveCreativeReviews | |
      ApproveCreativeReviews | |
      CreativeReviewServiceInterfaceChannel | |
      CreativeReviewService | |
      TrackingEventPing | |
      CreativeTranscode | |
      AdDecisionCreative | |
      SamError | |
      AdResponse | |
      AdBreak | |
      StreamCreateRequest | |
      VodStreamCreateRequest | |
      LinearStreamCreateRequest | |
      SamSession | |
      SamSessionError | |
      StreamActivityMonitorServiceInterface | |
      StreamActivityMonitorServiceInterfaceChannel | |
      StreamActivityMonitorService | |
      BaseContact | Base class for a Contact. |
      Contact | A |
      ContactError | Errors associated with |
      ContactServiceInterface | |
      ContactPage | Captures a page of Contact objects. |
      ContactServiceInterfaceChannel | |
      ContactService | Provides methods for creating, updating and retrieving Contact objects. |
      DaiAuthenticationKey | A |
      DaiAuthenticationKeyActionError | Lists all errors associated with DAI authentication key actions. |
      DaiAuthenticationKeyServiceInterface | |
      DaiAuthenticationKeyPage | Captures a page of DaiAuthenticationKey objects. |
      DaiAuthenticationKeyAction | Represents the actions that can be performed on DaiAuthenticationKey objects. |
      DeactivateDaiAuthenticationKeys | The action used for deactivating DaiAuthenticationKey objects. |
      ActivateDaiAuthenticationKeys | The action used for activating DaiAuthenticationKey objects. |
      DaiAuthenticationKeyServiceInterfaceChannel | |
      DaiAuthenticationKeyService | Provides methods for creating, updating and retrieving DaiAuthenticationKey objects. |
      FirstPartyAudienceSegmentRule | Rule of a FirstPartyAudienceSegment that defines user's eligibility criteria to be part of a segment. |
      AudienceSegmentDataProvider | Data provider that owns this segment. For a FirstPartyAudienceSegment, it would be the publisher network. For a SharedAudienceSegment or a ThirdPartyAudienceSegment, it would be the entity that provides that AudienceSegment. |
      AudienceSegment | An AudienceSegment represents audience segment object. |
      SharedAudienceSegment | A SharedAudienceSegment is an AudienceSegment owned by another entity and shared with the publisher network. |
      ThirdPartyAudienceSegment | A ThirdPartyAudienceSegment is an AudienceSegment owned by a data provider and licensed to the Ad Manager publisher. |
      FirstPartyAudienceSegment | A FirstPartyAudienceSegment is an AudienceSegment owned by the publisher network. |
      RuleBasedFirstPartyAudienceSegmentSummary | A RuleBasedFirstPartyAudienceSegmentSummary is a FirstPartyAudienceSegment owned by the publisher network. |
      RuleBasedFirstPartyAudienceSegment | A RuleBasedFirstPartyAudienceSegment is a FirstPartyAudienceSegment owned by the publisher network. It contains a rule. |
      NonRuleBasedFirstPartyAudienceSegment | A NonRuleBasedFirstPartyAudienceSegment is a FirstPartyAudienceSegment owned by the publisher network. It doesn't contain a rule. Cookies are usually added to this segment via cookie upload |
      AudienceSegmentServiceInterface | |
      AudienceSegmentPage | Represents a page of AudienceSegment objects. |
      AudienceSegmentAction | Action that can be performed on AudienceSegment objects. |
      RejectAudienceSegments | Action that can be performed on ThirdPartyAudienceSegment objects to reject them. |
      PopulateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to populate them based on last 30 days of traffic. |
      DeactivateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to deactivate them. |
      ApproveAudienceSegments | Action that can be performed on ThirdPartyAudienceSegment objects to approve them. |
      ActivateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to activate them. |
      AudienceSegmentServiceInterfaceChannel | |
      AudienceSegmentService | Provides operations for creating, updating and retrieving AudienceSegment objects. |
      SecurityPolicySettings | A set of security requirements to authenticate against in order to access video content. Different locations (e.g. different CDNs) can have different security policies. |
      MediaLocationSettings | Configuration that associates a media location with a security policy and the authentication credentials needed to access the content. |
      SourceContentConfiguration | Parameters about this CDN configuration as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream. |
      CdnConfiguration | A CdnConfiguration encapsulates information about where and how to ingest and deliver content enabled for DAI (Dynamic Ad Insertion). |
      CdnConfigurationError | Errors associated with CdnConfigurations. |
      CdnConfigurationServiceInterface | |
      CdnConfigurationPage | Captures a page of CdnConfiguration objects. |
      CdnConfigurationAction | Represents the actions that can be performed on CdnConfiguration objects. |
      ArchiveCdnConfigurations | The action used for archiving CdnConfiguration objects. |
      ActivateCdnConfigurations | The action used for activating CdnConfiguration objects. |
      CdnConfigurationServiceInterfaceChannel | |
      CdnConfigurationService | Provides methods for creating, updating and retrieving CdnConfiguration objects. |
      ViewabilityProvider | Information required for Company of Type VIEWABILITY_PROVIDER. It contains all of the data needed to capture viewability metrics. |
      CompanySettings | Settings for a Company. |
      Company | A |
      CompanyServiceInterface | |
      CompanyPage | Captures a page of Company objects. |
      CompanyAction | Represents the actions that can be performed on |
      EndAgreementAction | The action used by the parent network to withdraw from being the MCM parent for a child. |
      CompanyServiceInterfaceChannel | |
      CompanyService | Provides operations for creating, updating and retrieving Company objects. |
      ContentBundle | A |
      ContentFilterError | Errors associated with the incorrect creation of a Condition. |
      ContentBundleServiceInterface | |
      ContentBundlePage | Captures a page of ContentBundle objects. |
      ContentBundleAction | Represents the actions that can be performed on ContentBundle objects. |
      ExcludeContentFromContentBundle | The action used for explicitly excluding specific content from a ContentBundle object. |
      DeactivateContentBundles | The action used for deactivating ContentBundle objects. |
      ActivateContentBundles | The action used for activating ContentBundle objects. |
      ContentBundleServiceInterfaceChannel | |
      ContentBundleService | Provides methods for creating, updating and retrieving ContentBundle objects |
      IActivityGroupService | Provides methods for creating, updating and retrieving ActivityGroup objects |
      IContentService | Service for retrieving Content |
      ICreativeService | Provides methods for adding, updating and retrieving Creative objects |
      ICreativeSetService | Provides methods for adding, updating and retrieving CreativeSet objects. |
      ICreativeTemplateService | Provides methods for retrieving CreativeTemplate objects. |
      ICreativeWrapperService | Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives |
      ICustomTargetingService | Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects. |
      ICustomFieldService | Provides methods for the creation and management of CustomField objects. |
      IForecastService | Provides methods for estimating traffic (clicks/impressions) for line items. Forecasts can be provided for LineItem objects that exist in the system or which have not had an ID set yet |
      IInventoryService | |
      ILabelService | Provides methods for the creation and management of Labels. |
      IActivityService | Provides methods for creating, updating and retrieving Activity objects |
      ILineItemCreativeAssociationService | Provides operations for creating, updating and retrieving LineItemCreativeAssociation objects |
      ILineItemService | Provides methods for creating, updating and retrieving LineItem objects |
      ILineItemTemplateService | Provides methods for creating, updating and retrieving LineItemTemplate objects. |
      ILiveStreamEventService | Provides methods for creating, updating and retrieving LiveStreamEvent objects |
      IMobileApplicationService | Provides methods for retrieving MobileApplication objects. |
      INetworkService | Provides operations for retrieving information related to the publisher's networks. This service can be used to obtain the list of all networks that the current login has access to, or to obtain information about a specific network. |
      IOrderService | Provides methods for creating, updating and retrieving Order objects |
      IPlacementService | Provides methods for creating, updating and retrieving Placement objects |
      IProposalService | Provides methods for adding, updating and retrieving Proposal objects. |
      IProposalLineItemService | Provides methods for creating, updating and retrieving ProposalLineItem objects |
      IAdExclusionRuleService | Provides methods for creating, updating and retrieving AdExclusionRule objects |
      IPublisherQueryLanguageService | Provides methods for executing a PQL Statement to retrieve information from the system. In order to support the selection of columns of interest from various tables, Statement objects support a "select" clause |
      IReportService | Provides methods for executing a ReportJob and retrieving performance and statistics about ad campaigns, networks, inventory and sales |
      ISuggestedAdUnitService | This service provides operations for retrieving and approving SuggestedAdUnit objects |
      ITeamService | Provides methods for creating, updating, and retrieving Team objects |
      IUserService | Provides operations for creating, updating and retrieving User objects |
      IUserTeamAssociationService | Provides methods for creating, updating, and retrieving UserTeamAssociation objects |
      INativeStyleService | Provides methods for creating and retrieving NativeStyle objects. |
      IAdjustmentService | Provides methods for creating, updating and retrieving Adjustment objects |
      ICmsMetadataService | Provides methods for querying CMS metadata keys and values |
      ITargetingPresetService | Service for interacting with Targeting Presets. |
      IAdRuleService | Provides methods for creating, updating and retrieving AdRule objects |
      ICreativeReviewService | |
      IStreamActivityMonitorService | |
      IContactService | Provides methods for creating, updating and retrieving Contact objects. |
      IDaiAuthenticationKeyService | Provides methods for creating, updating and retrieving DaiAuthenticationKey objects. |
      IAudienceSegmentService | Provides operations for creating, updating and retrieving AudienceSegment objects. |
      ICdnConfigurationService | Provides methods for creating, updating and retrieving CdnConfiguration objects. |
      ICompanyService | Provides operations for creating, updating and retrieving Company objects. |
      IContentBundleService | Provides methods for creating, updating and retrieving ContentBundle objects |
     v202008 | |
      Wrappers | |
       ActivityGroupService | |
        createActivityGroupsRequest | |
        createActivityGroupsResponse | |
        updateActivityGroupsRequest | |
        updateActivityGroupsResponse | |
       ActivityService | |
        createActivitiesRequest | |
        createActivitiesResponse | |
        updateActivitiesRequest | |
        updateActivitiesResponse | |
       AdExclusionRuleService | |
        createAdExclusionRulesRequest | |
        createAdExclusionRulesResponse | |
        updateAdExclusionRulesRequest | |
        updateAdExclusionRulesResponse | |
       AdjustmentService | |
        createForecastAdjustmentsRequest | |
        createForecastAdjustmentsResponse | |
        createTrafficForecastSegmentsRequest | |
        createTrafficForecastSegmentsResponse | |
        updateForecastAdjustmentsRequest | |
        updateForecastAdjustmentsResponse | |
        updateTrafficForecastSegmentsRequest | |
        updateTrafficForecastSegmentsResponse | |
       AdRuleService | |
        createAdRulesRequest | |
        createAdRulesResponse | |
        createAdSpotsRequest | |
        createAdSpotsResponse | |
        createBreakTemplatesRequest | |
        createBreakTemplatesResponse | |
        updateAdRulesRequest | |
        updateAdRulesResponse | |
        updateAdSpotsRequest | |
        updateAdSpotsResponse | |
        updateBreakTemplatesRequest | |
        updateBreakTemplatesResponse | |
       AudienceSegmentService | |
        createAudienceSegmentsRequest | |
        createAudienceSegmentsResponse | |
        updateAudienceSegmentsRequest | |
        updateAudienceSegmentsResponse | |
       CdnConfigurationService | |
        createCdnConfigurationsRequest | |
        createCdnConfigurationsResponse | |
        updateCdnConfigurationsRequest | |
        updateCdnConfigurationsResponse | |
       CmsMetadataService | |
       CompanyService | |
        createCompaniesRequest | |
        createCompaniesResponse | |
        updateCompaniesRequest | |
        updateCompaniesResponse | |
       ContactService | |
        createContactsRequest | |
        createContactsResponse | |
        updateContactsRequest | |
        updateContactsResponse | |
       ContentBundleService | |
        createContentBundlesRequest | |
        createContentBundlesResponse | |
        updateContentBundlesRequest | |
        updateContentBundlesResponse | |
       ContentService | |
       CreativeReviewService | |
       CreativeService | |
        createCreativesRequest | |
        createCreativesResponse | |
        updateCreativesRequest | |
        updateCreativesResponse | |
       CreativeSetService | |
       CreativeTemplateService | |
       CreativeWrapperService | |
        createCreativeWrappersRequest | |
        createCreativeWrappersResponse | |
        updateCreativeWrappersRequest | |
        updateCreativeWrappersResponse | |
       CustomFieldService | |
        createCustomFieldOptionsRequest | |
        createCustomFieldOptionsResponse | |
        createCustomFieldsRequest | |
        createCustomFieldsResponse | |
        updateCustomFieldOptionsRequest | |
        updateCustomFieldOptionsResponse | |
        updateCustomFieldsRequest | |
        updateCustomFieldsResponse | |
       CustomTargetingService | |
        createCustomTargetingKeysRequest | |
        createCustomTargetingKeysResponse | |
        createCustomTargetingValuesRequest | |
        createCustomTargetingValuesResponse | |
        updateCustomTargetingKeysRequest | |
        updateCustomTargetingKeysResponse | |
        updateCustomTargetingValuesRequest | |
        updateCustomTargetingValuesResponse | |
       DaiAuthenticationKeyService | |
        createDaiAuthenticationKeysRequest | |
        createDaiAuthenticationKeysResponse | |
        updateDaiAuthenticationKeysRequest | |
        updateDaiAuthenticationKeysResponse | |
       DaiEncodingProfileService | |
        createDaiEncodingProfilesRequest | |
        createDaiEncodingProfilesResponse | |
        updateDaiEncodingProfilesRequest | |
        updateDaiEncodingProfilesResponse | |
       ForecastService | |
        getDeliveryForecastRequest | |
        getDeliveryForecastResponse | |
        getDeliveryForecastByIdsRequest | |
        getDeliveryForecastByIdsResponse | |
       InventoryService | |
        createAdUnitsRequest | |
        createAdUnitsResponse | |
        getAdUnitSizesByStatementRequest | |
        getAdUnitSizesByStatementResponse | |
        updateAdUnitsRequest | |
        updateAdUnitsResponse | |
       LabelService | |
        createLabelsRequest | |
        createLabelsResponse | |
        updateLabelsRequest | |
        updateLabelsResponse | |
       LineItemCreativeAssociationService | |
        createLineItemCreativeAssociationsRequest | |
        createLineItemCreativeAssociationsResponse | |
        getPreviewUrlsForNativeStylesRequest | |
        getPreviewUrlsForNativeStylesResponse | |
        updateLineItemCreativeAssociationsRequest | |
        updateLineItemCreativeAssociationsResponse | |
       LineItemService | |
        createLineItemsRequest | |
        createLineItemsResponse | |
        updateLineItemsRequest | |
        updateLineItemsResponse | |
       LineItemTemplateService | |
       LiveStreamEventService | |
        createLiveStreamEventsRequest | |
        createLiveStreamEventsResponse | |
        updateLiveStreamEventsRequest | |
        updateLiveStreamEventsResponse | |
       MobileApplicationService | |
        createMobileApplicationsRequest | |
        createMobileApplicationsResponse | |
        updateMobileApplicationsRequest | |
        updateMobileApplicationsResponse | |
       NativeStyleService | |
        createNativeStylesRequest | |
        createNativeStylesResponse | |
        updateNativeStylesRequest | |
        updateNativeStylesResponse | |
       NetworkService | |
        getAllNetworksRequest | |
        getAllNetworksResponse | |
       OrderService | |
        createOrdersRequest | |
        createOrdersResponse | |
        updateOrdersRequest | |
        updateOrdersResponse | |
       PlacementService | |
        createPlacementsRequest | |
        createPlacementsResponse | |
        updatePlacementsRequest | |
        updatePlacementsResponse | |
       ProposalLineItemService | |
        createMakegoodsRequest | |
        createMakegoodsResponse | |
        createProposalLineItemsRequest | |
        createProposalLineItemsResponse | |
        updateProposalLineItemsRequest | |
        updateProposalLineItemsResponse | |
       ProposalService | |
        createProposalsRequest | |
        createProposalsResponse | |
        updateProposalsRequest | |
        updateProposalsResponse | |
       PublisherQueryLanguageService | |
       ReportService | |
       SiteService | |
        createSitesRequest | |
        createSitesResponse | |
       StreamActivityMonitorService | |
        getSamSessionsByStatementRequest | |
        getSamSessionsByStatementResponse | |
        registerSessionsForMonitoringRequest | |
        registerSessionsForMonitoringResponse | |
       SuggestedAdUnitService | |
       TargetingPresetService | |
       TeamService | |
        createTeamsRequest | |
        createTeamsResponse | |
        updateTeamsRequest | |
        updateTeamsResponse | |
       UserService | |
        createUsersRequest | |
        createUsersResponse | |
        getAllRolesRequest | |
        getAllRolesResponse | |
        updateUsersRequest | |
        updateUsersResponse | |
       UserTeamAssociationService | |
        createUserTeamAssociationsRequest | |
        createUserTeamAssociationsResponse | |
        updateUserTeamAssociationsRequest | |
        updateUserTeamAssociationsResponse | |
      ApiException | Exception class for holding a list of service errors. |
      ApiError | The API error base class that provides details about an error that occurred while processing a service request |
      FieldPathElement | A segment of a field path. Each dot in a field path defines a new segment. |
      ApplicationException | Base class for exceptions. |
      ActivityGroup | Activities are organized within activity groups, which are sets of activities that share the same configuration. You create and manage activities from within activity groups. |
      UniqueError | An error for a field which must satisfy a uniqueness constraint |
      StringLengthError | Errors for Strings which do not meet given length constraints. |
      StringFormatError | A list of error code for reporting invalid content of input strings. |
      StatementError | An error that occurs while parsing Statement objects. |
      ServerError | Errors related to the server. |
      RequiredNumberError | A list of all errors to be used in conjunction with required number validators. |
      RequiredError | Errors due to missing required field. |
      RequiredCollectionError | A list of all errors to be used for validating sizes of collections. |
      RangeError | A list of all errors associated with the Range constraint. |
      QuotaError | Describes a client-side error on which a user is attempting to perform an action to which they have no quota remaining. |
      PublisherQueryLanguageSyntaxError | An error that occurs while parsing a PQL query contained in a Statement object. |
      PublisherQueryLanguageContextError | An error that occurs while executing a PQL query contained in a Statement object. |
      PermissionError | Errors related to incorrect permission. |
      ParseError | Lists errors related to parsing. |
      NotNullError | Caused by supplying a null value for an attribute that cannot be null. |
      InternalApiError | Indicates that a server-side error has occured |
      FeatureError | Errors related to feature management. If you attempt using a feature that is not available to the current network you'll receive a FeatureError with the missing feature as the trigger. |
      CommonError | A place for common errors that can be used across services. |
      CollectionSizeError | Error for the size of the collection being too large |
      AuthenticationError | An error for an exception that occurred when authenticating. |
      ApiVersionError | Errors related to the usage of API versions. |
      ActivityError | Errors relating to Activity and Activity Group services. |
      Statement | Captures the |
      String_ValueMapEntry | This represents an entry in a map with a key of type String and value of type Value. |
      Value | |
      TextValue | Contains a string value. |
      SetValue | Contains a set of Values. May not contain duplicates. |
      NumberValue | Contains a numeric value. |
      DateValue | Contains a date value. |
      Date | Represents a date. |
      DateTimeValue | Contains a date-time value. |
      DateTime | Represents a date combined with the time of day. |
      BooleanValue | Contains a boolean value. |
      ObjectValue | Contains an object value |
      ActivityGroupPage | Captures a page of ActivityGroup objects. |
      ActivityGroupServiceInterfaceChannel | |
      ActivityGroupServiceInterface | |
      ActivityGroupService | Provides methods for creating, updating and retrieving ActivityGroup objects |
      CmsContent | Contains information about Content from the CMS it was ingested from. |
      DaiIngestError | Represents an error associated with a DAI content's status. |
      Content | A |
      ContentPage | Captures a page of |
      TypeError | An error for a field which is an invalid type. |
      InvalidUrlError | Lists all errors associated with URLs. |
      ContentServiceInterface | |
      ContentServiceInterfaceChannel | |
      ContentService | Service for retrieving Content |
      BaseCreativeTemplateVariableValue | A base class for storing values of the CreativeTemplateVariable. |
      UrlCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::URL. |
      StringCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::STRING and VariableType::LIST. |
      LongCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::LONG. |
      AssetCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::ASSET. |
      CreativeAsset | A |
      Size | Represents the dimensions of an AdUnit, LineItem or Creative |
      ClickTag | Click tags define click-through URLs for each exit on an HTML5 creative. An exit is any area that can be clicked that directs the browser to a landing page. Each click tag defines the click-through URL for a different exit. In Ad Manager, tracking pixels are attached to the click tags if URLs are valid. |
      CustomCreativeAsset | A |
      VideoMetadata | Metadata for a video asset. |
      Asset | Base asset properties. |
      RedirectAsset | An externally hosted asset. |
      VideoRedirectAsset | An externally-hosted video asset. |
      ConversionEvent_TrackingUrlsMapEntry | This represents an entry in a map with a key of type ConversionEvent and value of type TrackingUrls. |
      RichMediaStudioChildAssetProperty | Represents a child asset in |
      ThirdPartyDataDeclaration | Represents a set of declarations about what (if any) third party companies are associated with a given creative |
      BaseCustomFieldValue | The value of a CustomField for a particular entity. |
      DropDownCustomFieldValue | A CustomFieldValue for a CustomField that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN |
      CustomFieldValue | The value of a CustomField that does not have a CustomField::dataType of CustomFieldDataType::DROP_DOWN. |
      AppliedLabel | Represents a Label that can be applied to an entity. To negate an inherited label, create an |
      Creative | A |
      VastRedirectCreative | A |
      UnsupportedCreative | A |
      ThirdPartyCreative | A |
      TemplateCreative | A |
      ProgrammaticCreative | A |
      LegacyDfpCreative | A |
      InternalRedirectCreative | A |
      Html5Creative | A |
      HasDestinationUrlCreative | A |
      CustomCreative | A |
      BaseVideoCreative | A base type for video creatives. |
      VideoRedirectCreative | A |
      VideoCreative | A |
      SetTopBoxCreative | A |
      BaseImageRedirectCreative | The base type for creatives that load an image asset from a specified URL. |
      ImageRedirectOverlayCreative | An overlay |
      ImageRedirectCreative | A |
      BaseImageCreative | The base type for creatives that display an image. |
      ImageOverlayCreative | An overlay |
      ImageCreative | A |
      AspectRatioImageCreative | A |
      ClickTrackingCreative | A creative that is used for tracking clicks on ads that are served directly from the customers' web servers or media servers. NOTE: The size attribute is not used for click tracking creative and it will not be persisted upon save. |
      BaseRichMediaStudioCreative | A |
      RichMediaStudioCreative | A |
      BaseDynamicAllocationCreative | A base class for dynamic allocation creatives. |
      HasHtmlSnippetDynamicAllocationCreative | Dynamic allocation creative with a backfill code snippet. |
      AdSenseCreative | An AdSense dynamic allocation creative. |
      AdExchangeCreative | An Ad Exchange dynamic allocation creative. |
      TemplateInstantiatedCreativeError | Lists all errors associated with template instantiated creatives. |
      SwiffyConversionError | Error for converting flash to swiffy asset. |
      SetTopBoxCreativeError | Errors associated with set-top box creatives. |
      RichMediaStudioCreativeError | Lists all errors associated with Studio creatives. |
      RequiredSizeError | A list of all errors to be used for validating Size. |
      NullError | Caused by supplying a non-null value for an attribute that should be null. |
      LineItemCreativeAssociationError | Lists all errors associated with line item-to-creative association dates. |
      LabelEntityAssociationError | Errors specific to creating label entity associations. |
      InvalidPhoneNumberError | Lists all errors associated with phone numbers. |
      ImageError | Lists all errors associated with images. |
      HtmlBundleProcessorError | Lists all errors associated with html5 file processing. |
      FileError | A list of all errors to be used for problems related to files. |
      EntityLimitReachedError | An error that occurs when creating an entity if the limit on the number of allowed entities for a network has already been reached. |
      CustomFieldValueError | Errors specific to editing custom field values |
      CustomCreativeError | Lists all errors associated with custom creatives. |
      CreativeTemplateOperationError | An error that can occur while performing an operation on a creative template. |
      CreativeTemplateError | A catch-all error that lists all generic errors associated with CreativeTemplate. |
      CreativeSetError | Errors relating to creative sets & subclasses. |
      CreativeError | Lists all errors associated with creatives. |
      CreativeAssetMacroError | Lists all errors associated with creative asset macros. |
      AssetError | Lists all errors associated with assets. |
      CreativeServiceInterface | |
      CreativePage | Captures a page of Creative objects. |
      CreativeAction | Represents the actions that can be performed on Creative objects. |
      DeactivateCreatives | The action used for deactivating Creative objects. |
      ActivateCreatives | The action used for activating Creative objects. |
      UpdateResult | Represents the result of performing an action on objects. |
      CreativeServiceInterfaceChannel | |
      CreativeService | Provides methods for adding, updating and retrieving Creative objects |
      CreativeSet | A creative set is comprised of a master creative and its companion creatives. |
      CreativeSetServiceInterface | |
      CreativeSetPage | Captures a page of CreativeSet objects. |
      CreativeSetServiceInterfaceChannel | |
      CreativeSetService | Provides methods for adding, updating and retrieving CreativeSet objects. |
      ListStringCreativeTemplateVariableVariableChoice | Stores variable choices that users can select from |
      CreativeTemplateVariable | Represents a variable defined in a creative template. |
      UrlCreativeTemplateVariable | Represents a url variable defined in a creative template |
      StringCreativeTemplateVariable | Represents a string variable defined in a creative template |
      ListStringCreativeTemplateVariable | Represents a list variable defined in a creative template. This is similar to StringCreativeTemplateVariable, except that there are possible choices to choose from |
      LongCreativeTemplateVariable | Represents a long variable defined in a creative template. |
      AssetCreativeTemplateVariable | Represents a file asset variable defined in a creative template |
      CreativeTemplate | A template upon which a creative can be created. |
      CreativeTemplatePage | Captures a page of CreativeTemplate objects. |
      CreativeTemplateServiceInterface | |
      CreativeTemplateServiceInterfaceChannel | |
      CreativeTemplateService | Provides methods for retrieving CreativeTemplate objects. |
      CreativeWrapper | A |
      LabelError | Errors specific to labels. |
      CreativeWrapperError | Errors specific to creative wrappers. |
      CreativeWrapperServiceInterface | |
      CreativeWrapperPage | Captures a page of CreativeWrapper objects. |
      CreativeWrapperAction | Represents the actions that can be performed on CreativeWrapper objects. |
      DeactivateCreativeWrappers | The action used for deactivating CreativeWrapper objects. |
      ActivateCreativeWrappers | The action used for activating CreativeWrapper objects. |
      CreativeWrapperServiceInterfaceChannel | |
      CreativeWrapperService | Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives |
      CustomTargetingKey | |
      EntityChildrenLimitReachedError | Lists errors relating to having too many children on an entity. |
      CustomTargetingError | Lists all errors related to CustomTargetingKey and CustomTargetingValue objects. |
      CustomTargetingServiceInterface | |
      CustomTargetingValue | |
      CustomTargetingKeyPage | Captures a page of CustomTargetingKey objects. |
      CustomTargetingValuePage | Captures a page of CustomTargetingValue objects. |
      CustomTargetingKeyAction | Represents the actions that can be performed on CustomTargetingKey objects. |
      DeleteCustomTargetingKeys | Represents the delete action that can be performed on CustomTargetingKey objects. Deleting a key will not delete the CustomTargetingValue objects associated with it. Also, if a custom targeting key that has been deleted is recreated, any previous custom targeting values associated with it that were not deleted will continue to exist. |
      ActivateCustomTargetingKeys | The action used for activating inactive (i.e. deleted) CustomTargetingKey objects. |
      CustomTargetingValueAction | Represents the actions that can be performed on CustomTargetingValue objects. |
      DeleteCustomTargetingValues | Represents the delete action that can be performed on CustomTargetingValue objects. |
      ActivateCustomTargetingValues | The action used for activating inactive (i.e. deleted) CustomTargetingValue objects. |
      CustomTargetingServiceInterfaceChannel | |
      CustomTargetingService | Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects. |
      CustomFieldOption | An option represents a permitted value for a custom field that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN. |
      CustomFieldError | Errors specific to editing custom fields |
      CustomFieldServiceInterface | |
      CustomField | An additional, user-created field on an entity. |
      DropDownCustomField | A custom field that has the drop-down data type. |
      CustomFieldPage | Captures a page of CustomField objects. |
      CustomFieldAction | Represents the actions that can be performed on CustomField objects. |
      DeactivateCustomFields | The action used for deactivating CustomField objects. |
      ActivateCustomFields | The action used for activating CustomField objects. |
      CustomFieldServiceInterfaceChannel | |
      CustomFieldService | Provides methods for the creation and management of CustomField objects. |
      GrpDemographicBreakdown | GRP forecast breakdown counts associated with a gender and age demographic. |
      AlternativeUnitTypeForecast | A view of the forecast in terms of an alternative unit type |
      ContendingLineItem | Describes contending line items for a Forecast. |
      TargetingCriteriaBreakdown | A single targeting criteria breakdown result. |
      BreakdownForecast | Represents a single delivery data point, with both available and forecast number. |
      ForecastBreakdownEntry | A single forecast breakdown entry. |
      ForecastBreakdown | Represents the breakdown entries for a list of targetings and/or creatives. |
      AvailabilityForecast | Describes predicted inventory availability for a ProspectiveLineItem |
      ForecastBreakdownTarget | Specifies inventory targeted by a breakdown entry. |
      Targeting | Contains targeting criteria for LineItem objects. See LineItem::targeting. |
      GeoTargeting | Provides line items the ability to target geographical locations. By default, line items target all countries and their subdivisions. With geographical targeting, you can target line items to specific countries, regions, metro areas, and cities. You can also exclude the same |
      Location | A Location represents a geographical entity that can be targeted. If a location type is not available because of the API version you are using, the location will be represented as just the base class, otherwise it will be sub-classed correctly. |
      InventoryTargeting | A collection of targeted and excluded ad units and placements. |
      AdUnitTargeting | Represents targeted or excluded ad units. |
      DayPartTargeting | Modify the delivery times of line items for particular days of the week. By default, line items are served at all days and times. |
      DayPart | |
      TimeOfDay | Represents a specific time in a day. |
      DateTimeRange | Represents a range of dates (combined with time of day) that has an upper and/or lower bound. |
      TechnologyTargeting | Provides LineItem objects the ability to target or exclude technologies. |
      BandwidthGroupTargeting | Represents bandwidth groups that are being targeted or excluded by the LineItem. |
      Technology | Represents a technology entity that can be targeted. |
      OperatingSystemVersion | Represents a specific version of an operating system. |
      OperatingSystem | Represents an Operating System, such as Linux, Mac OS or Windows. |
      MobileDeviceSubmodel | Represents a mobile device submodel. |
      MobileDevice | Represents a Mobile Device. |
      MobileCarrier | Represents a mobile carrier. Carrier targeting is only available to Ad Manager mobile publishers. For a list of current mobile carriers, you can use PublisherQueryLanguageService::mobile_carrier. |
      DeviceManufacturer | Represents a mobile device's manufacturer. |
      DeviceCategory | Represents the category of a device. |
      DeviceCapability | Represents a capability of a physical device. |
      BrowserLanguage | Represents a Browser's language. |
      Browser | Represents an internet browser. |
      BandwidthGroup | Represents a group of bandwidths that are logically organized by some well known generic names such as 'Cable' or 'DSL'. |
      BrowserTargeting | Represents browsers that are being targeted or excluded by the LineItem. |
      BrowserLanguageTargeting | Represents browser languages that are being targeted or excluded by the LineItem. |
      DeviceCapabilityTargeting | Represents device capabilities that are being targeted or excluded by the LineItem. |
      DeviceCategoryTargeting | Represents device categories that are being targeted or excluded by the LineItem. |
      DeviceManufacturerTargeting | Represents device manufacturer that are being targeted or excluded by the LineItem. |
      MobileCarrierTargeting | Represents mobile carriers that are being targeted or excluded by the LineItem. |
      MobileDeviceTargeting | Represents mobile devices that are being targeted or excluded by the LineItem. |
      MobileDeviceSubmodelTargeting | Represents mobile devices that are being targeted or excluded by the LineItem. |
      OperatingSystemTargeting | Represents operating systems that are being targeted or excluded by the LineItem. |
      OperatingSystemVersionTargeting | Represents operating system versions that are being targeted or excluded by the LineItem. |
      CustomCriteriaSet | A CustomCriteriaSet comprises of a set of CustomCriteriaNode objects combined by the CustomCriteriaSet.LogicalOperator::logicalOperator. The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting. |
      CustomCriteriaNode | A CustomCriteriaNode is a node in the custom targeting tree. A custom criteria node can either be a CustomCriteriaSet (a non-leaf node) or a CustomCriteria (a leaf node). The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting. |
      CustomCriteriaLeaf | A CustomCriteriaLeaf object represents a generic leaf of CustomCriteria tree structure. |
      AudienceSegmentCriteria | An AudienceSegmentCriteria object is used to target AudienceSegment objects. |
      CmsMetadataCriteria | A |
      CustomCriteria | A CustomCriteria object is used to perform custom criteria targeting on custom targeting keys of type CustomTargetingKey.Type::PREDEFINED or CustomTargetingKey.Type::FREEFORM. |
      UserDomainTargeting | Provides line items the ability to target or exclude users visiting their websites from a list of domains or subdomains. |
      ContentTargeting | Used to target LineItems to specific videos on a publisher's site. |
      VideoPositionTargeting | Represents positions within and around a video where ads can be targeted to |
      VideoPositionTarget | Represents the options for targetable positions within a video. |
      VideoPosition | Represents a targetable position within a video. A video ad can be targeted to a position (pre-roll, all mid-rolls, or post-roll), or to a specific mid-roll index. |
      VideoPositionWithinPod | Represents a targetable position within a pod within a video stream. A video ad can be targeted to any position in the pod (first, second, third ... last). If there is only 1 ad in a pod, either first or last will target that position. |
      MobileApplicationTargeting | Provides line items the ability to target or exclude users' mobile applications. |
      BuyerUserListTargeting | The |
      RequestPlatformTargeting | Provides line items the ability to target the platform that requests and renders the ad |
      CreativePlaceholder | A |
      ForecastBreakdownOptions | Configuration of forecast breakdown. |
      AvailabilityForecastOptions | Forecasting options for line item availability forecasts. |
      ProposalLineItemMakegoodInfo | Makegood info for a ProposalLineItemDto. |
      ProposalLineItemMarketplaceInfo | Marketplace info for ProposalLineItem with a corresponding deal in Marketplace. |
      ProposalLineItem | A |
      Goal | Defines the criteria a LineItem needs to satisfy to meet its delivery goal. |
      FrequencyCap | Represents a limit on the number of times a single viewer can be exposed to the same LineItem in a specified time period. |
      Money | Represents a money amount. |
      DeliveryIndicator | Indicates the delivery performance of the LineItem. |
      ThirdPartyMeasurementSettings | Contains third party auto-pixeling settings for cross-sell Partners. |
      CreativeTargeting | Represents the creative targeting criteria for a LineItem. |
      LineItemDealInfoDto | Data transfer object for the exchange deal info of a line item. |
      GrpSettings | |
      Stats | |
      LineItemActivityAssociation | A |
      CustomPacingGoal | An interval of a CustomPacingCurve. A custom pacing goal contains a start time and an amount. The goal will apply until either the next custom pacing goal's |
      CustomPacingCurve | A curve consisting of CustomPacingGoal objects that is used to pace line item delivery. |
      LineItemSummary | The |
      LineItem | |
      ProspectiveLineItem | Represents a prospective line item to be forecasted. |
      VideoPositionTargetingError | Lists all errors related to VideoPositionTargeting. |
      UserDomainTargetingError | Lists all errors related to user domain targeting for a line item. |
      TimeZoneError | Errors related to timezones. |
      TechnologyTargetingError | Technology targeting validation errors. |
      TeamError | Errors related to a Team. |
      SetTopBoxLineItemError | Errors associated with set-top box line items. |
      AudienceSegmentError | Errors that could occur on audience segment related requests. |
      ReservationDetailsError | Lists all errors associated with LineItem's reservation details. |
      RequestPlatformTargetingError | Errors related to request platform targeting. |
      RegExError | Caused by supplying a value for an object attribute that does not conform to a documented valid regular expression. |
      ProgrammaticError | Errors associated with programmatic line items. |
      OrderError | Lists all errors associated with orders. |
      OrderActionError | Lists all errors associated with performing actions on Order objects. |
      MobileApplicationTargetingError | Lists all errors related to mobile application targeting for a line item. |
      LineItemOperationError | Lists all errors for executing operations on line items |
      LineItemFlightDateError | Lists all errors associated with LineItem start and end dates. |
      LineItemError | A catch-all error that lists all generic errors associated with LineItem. |
      LineItemActivityAssociationError | Errors specific to associating activities to line items. |
      InventoryUnitError | Lists the generic errors associated with AdUnit objects. |
      InventoryTargetingError | Lists all inventory errors caused by associating a line item with a targeting expression. |
      GrpSettingsError | Errors associated with line items with GRP settings. |
      GeoTargetingError | Lists all errors associated with geographical targeting for a LineItem. |
      GenericTargetingError | Targeting validation errors that can be used by different targeting types. |
      FrequencyCapError | Lists all errors associated with frequency caps. |
      ForecastError | Errors that can result from a forecast request. |
      DayPartTargetingError | Lists all errors associated with day-part targeting for a line item. |
      DateTimeRangeTargetingError | Lists all date time range errors caused by associating a line item with a targeting expression. |
      CrossSellError | Lists all errors associated with cross selling. |
      CompanyCreditStatusError | Lists all errors due to Company::creditStatus. |
      ClickTrackingLineItemError | Click tracking is a special line item type with a number of unique errors as described below. |
      AudienceExtensionError | Errors associated with audience extension enabled line items |
      AdUnitCodeError | Lists the generic errors associated with AdUnit::adUnitCode. |
      ForecastServiceInterface | |
      DeliveryForecastOptions | Forecasting options for line item delivery forecasts. |
      DeliveryForecast | The forecast of delivery for a list of ProspectiveLineItem objects to be reserved at the same time. |
      LineItemDeliveryForecast | The forecasted delivery of a ProspectiveLineItem. |
      ForecastServiceInterfaceChannel | |
      ForecastService | Provides methods for estimating traffic (clicks/impressions) for line items. Forecasts can be provided for LineItem objects that exist in the system or which have not had an ID set yet |
      LabelFrequencyCap | A |
      AdSenseSettings | Contains the AdSense configuration for an AdUnit. |
      AdUnitSize | An |
      AdUnitParent | The summary of a parent AdUnit. |
      AdUnit | An |
      InventoryUnitSizesError | An error specifically for InventoryUnitSizes. |
      InventoryUnitRefreshRateError | Lists errors relating to AdUnit::refreshRate. |
      InvalidColorError | A list of all errors associated with a color attribute. |
      CompanyError | A list of all errors associated with companies. |
      AdUnitHierarchyError | Caused by creating an AdUnit object with an invalid hierarchy. |
      AdSenseAccountError | Error for AdSense related API calls. |
      InventoryServiceInterface | |
      AdUnitPage | Captures a page of AdUnit objects. |
      AdUnitAction | Represents the actions that can be performed on AdUnit objects. |
      DeactivateAdUnits | The action used for deactivating AdUnit objects. |
      ArchiveAdUnits | The action used for archiving AdUnit objects. |
      ActivateAdUnits | The action used for activating AdUnit objects. |
      InventoryServiceInterfaceChannel | |
      InventoryService | Provides operations for creating, updating and retrieving AdUnit objects |
      AdCategoryDto | A canonical ad category. |
      Label | A |
      LabelServiceInterface | |
      LabelPage | Captures a page of Label objects. |
      LabelAction | Represents the actions that can be performed on Label objects. |
      DeactivateLabels | The action used for deactivating Label objects. |
      ActivateLabels | The action used for activating Label objects. |
      LabelServiceInterfaceChannel | |
      LabelService | Provides methods for the creation and management of Labels. |
      Activity | |
      ActivityServiceInterface | |
      ActivityPage | Captures a page of Activity objects. |
      ActivityServiceInterfaceChannel | |
      ActivityService | Provides methods for creating, updating and retrieving Activity objects |
      Long_StatsMapEntry | This represents an entry in a map with a key of type Long and value of type Stats. |
      LineItemCreativeAssociationStats | Contains statistics such as impressions, clicks delivered and cost for LineItemCreativeAssociation objects. |
      LineItemCreativeAssociation | A |
      LineItemCreativeAssociationOperationError | Lists all errors for executing operations on line item-to-creative associations |
      CreativePreviewError | Errors associated with generation of creative preview URIs. |
      LineItemCreativeAssociationServiceInterface | |
      LineItemCreativeAssociationPage | Captures a page of LineItemCreativeAssociation objects. |
      CreativeNativeStylePreview | Represents the NativeStyle of a Creative and its corresponding preview URL. |
      LineItemCreativeAssociationAction | Represents the actions that can be performed on LineItemCreativeAssociation objects. |
      DeleteLineItemCreativeAssociations | The action used for deleting LineItemCreativeAssociation objects. |
      DeactivateLineItemCreativeAssociations | The action used for deactivating LineItemCreativeAssociation objects. |
      ActivateLineItemCreativeAssociations | The action used for activating LineItemCreativeAssociation objects. |
      LineItemCreativeAssociationServiceInterfaceChannel | |
      LineItemCreativeAssociationService | Provides operations for creating, updating and retrieving LineItemCreativeAssociation objects |
      LineItemServiceInterface | |
      LineItemPage | Captures a page of LineItem objects. |
      LineItemAction | Represents the actions that can be performed on LineItem objects. |
      UnarchiveLineItems | The action used for unarchiving LineItem objects. |
      ResumeLineItems | The action used for resuming LineItem objects. |
      ResumeAndOverbookLineItems | The action used for resuming and overbooking LineItem objects. |
      ReserveLineItems | The action used for reserving LineItem objects. |
      ReserveAndOverbookLineItems | The action used for reserving and overbooking LineItem objects. |
      ReleaseLineItems | The action used for releasing LineItem objects. |
      PauseLineItems | The action used for pausing LineItem objects. |
      DeleteLineItems | The action used for deleting LineItem objects. A line item can be deleted if it has never been eligible to serve. Note: deleted line items will still count against your network limits. For more information, see the Help Center. |
      ArchiveLineItems | The action used for archiving LineItem objects. |
      ActivateLineItems | The action used for activating LineItem objects. |
      LineItemServiceInterfaceChannel | |
      LineItemService | Provides methods for creating, updating and retrieving LineItem objects |
      LineItemTemplate | Represents the template that populates the fields of a new line item being created. |
      LineItemTemplatePage | Captures a page of LineItemTemplate objects. |
      LineItemTemplateServiceInterface | |
      LineItemTemplateServiceInterfaceChannel | |
      LineItemTemplateService | Provides methods for creating, updating and retrieving LineItemTemplate objects. |
      PrefetchSettings | The information needed to prefetch ad requests for an ad break. |
      MasterPlaylistSettings | Settings for the HLS (HTTP Live Streaming) master playlist. |
      HlsSettings | LiveStream settings that are specific to the HTTP live streaming (HLS) protocol. |
      LiveStreamEvent | A |
      VideoAdTagError | Lists all errors associated with live stream event ad tags. |
      LiveStreamEventSlateError | Lists all errors associated with LiveStreamEvent slate creative id. |
      LiveStreamEventDvrWindowError | Lists the errors associated with setting the LiveStreamEvent DVR window duration. |
      LiveStreamEventDateTimeError | Lists all errors associated with live stream event start and end date times. |
      LiveStreamEventCustomAssetKeyError | Lists all errors associated with live stream event custom asset keys. |
      LiveStreamEventCdnSettingsError | Lists all errors associated with LiveStreamEvent CDN configurations. |
      LiveStreamEventActionError | Lists all errors associated with live stream event action. |
      LiveStreamEventServiceInterface | |
      LiveStreamEventPage | Captures a page of LiveStreamEvent objects. |
      LiveStreamEventAction | Represents the actions that can be performed on LiveStreamEvent objects. |
      RefreshLiveStreamEventMasterPlaylists | The action used for refreshing the master playlists of LiveStreamEvent objects |
      PauseLiveStreamEvents | The action used for pausing LiveStreamEvent objects. |
      PauseLiveStreamEventAds | The action used for pausing ads for LiveStreamEvent objects. |
      ArchiveLiveStreamEvents | The action used for archiving LiveStreamEvent objects. |
      ActivateLiveStreamEvents | The action used for activating LiveStreamEvent objects. |
      LiveStreamEventServiceInterfaceChannel | |
      LiveStreamEventService | Provides methods for creating, updating and retrieving LiveStreamEvent objects |
      MobileApplication | A mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores. |
      MobileApplicationError | Lists all errors associated with MobileApplication objects. |
      MobileApplicationActionError | Lists all error reasons associated with performing actions on MobileApplication objects. |
      MobileApplicationServiceInterface | |
      MobileApplicationPage | Captures a page of mobile applications. |
      MobileApplicationAction | Represents the actions that can be performed on mobile applications. |
      ArchiveMobileApplications | The action used to deactivate MobileApplication objects. |
      UnarchiveMobileApplications | The action used to activate MobileApplication objects. |
      MobileApplicationServiceInterfaceChannel | |
      MobileApplicationService | Provides methods for retrieving MobileApplication objects. |
      ChildPublisher | A |
      Network | |
      UrlError | Common errors for URLs. |
      RequestError | Encapsulates the generic errors thrown when there's an error with user request. |
      PrecisionError | List all errors associated with number precisions. |
      NetworkError | An error for a network. |
      InvalidEmailError | Caused by supplying a value for an email attribute that is not a valid email address. |
      ExchangeRateError | Lists all errors associated with ExchangeRate objects. |
      NetworkServiceInterface | |
      NetworkServiceInterfaceChannel | |
      NetworkService | Provides operations for retrieving information related to the publisher's networks. This service can be used to obtain the list of all networks that the current login has access to, or to obtain information about a specific network. |
      Order | An |
      OrderServiceInterface | |
      OrderPage | Captures a page of Order objects. |
      OrderAction | Represents the actions that can be performed on Order objects. |
      UnarchiveOrders | The action used for unarchiving Order objects. |
      SubmitOrdersForApprovalWithoutReservationChanges | The action used for submitting Order objects for approval. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      SubmitOrdersForApproval | The action used for submitting Order objects for approval. |
      SubmitOrdersForApprovalAndOverbook | The action used for submitting and overbooking Order objects for approval. |
      RetractOrdersWithoutReservationChanges | The action used for retracting Order objects. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      RetractOrders | The action used for retracting Order objects. |
      ResumeOrders | The action used for resuming Order objects. LineItem objects within the order that are eligble to resume will resume as well. |
      ResumeAndOverbookOrders | The action used for resuming and overbooking Order objects. All LineItem objects within the order will resume as well. |
      PauseOrders | The action used for pausing all LineItem objects within an order. |
      DisapproveOrdersWithoutReservationChanges | The action used for disapproving Order objects. All LineItem objects within the order will be disapproved as well. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      DisapproveOrders | The action used for disapproving Order objects. All LineItem objects within the order will be disapproved as well. |
      DeleteOrders | The action used for deleting Order objects. All line items within that order are also deleted. Orders can only be deleted if none of its line items have been eligible to serve. This action can be used to delete proposed orders and line items if they are no longer valid. |
      ArchiveOrders | The action used for archiving Order objects. |
      ApproveOrdersWithoutReservationChanges | The action used for approving Order objects. All LineItem objects within the order will be approved as well. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. If there are reservable line items that have not been reserved the operation will not succeed. |
      ApproveOrders | The action used for approving Order objects. All LineItem objects within the order will be approved as well. For more information on what happens to an order and its line items when it is approved, see the Ad Manager Help Center.
|
      ApproveAndOverbookOrders | The action used for approving and overbooking Order objects. All LineItem objects within the order will be approved as well. For more information on what happens to an order and its line items when it is approved and overbooked, see the Ad Manager Help Center. |
      OrderServiceInterfaceChannel | |
      OrderService | Provides methods for creating, updating and retrieving Order objects |
      SiteTargetingInfo | Contains information required for AdWords advertisers to place their ads. |
      Placement | A |
      PlacementError | Class defining all validation errors for a placement. |
      PlacementServiceInterface | |
      PlacementPage | Captures a page of Placement objects. |
      PlacementAction | Represents the actions that can be performed on Placement objects. |
      DeactivatePlacements | The action used for deactivating Placement objects. |
      ArchivePlacements | The action used for archiving Placement objects. |
      ActivatePlacements | The action used for activating Placement objects. |
      PlacementServiceInterfaceChannel | |
      PlacementService | Provides methods for creating, updating and retrieving Placement objects |
      BuyerRfp | Represents the buyer RFP information associated with a Proposal describing the requirements from the buyer. |
      ProposalMarketplaceInfo | Marketplace info for a proposal with a corresponding order in Marketplace. |
      SalespersonSplit | A |
      ProposalCompanyAssociation | A |
      Proposal | A |
      WorkflowValidationError | Lists all errors associated with workflow validation |
      WorkflowActionError | Lists all errors associated with performing actions within WorkflowAction. |
      ProposalLineItemProgrammaticError | Errors associated with programmatic proposal line items. |
      ProposalLineItemError | Lists all errors associated with proposal line items. |
      ProposalError | Lists all errors associated with proposals. |
      ProposalActionError | Lists all errors associated with performing actions on Proposal objects. |
      ProductError | Lists all error reasons associated with products. |
      PackageError | Lists all errors associated with Package objects. |
      PackageActionError | Lists all errors for executing actions on Package objects. |
      DealError | Errors associated with creating or updating programmatic proposals. |
      BillingError | Lists all errors associated with the billing settings of a proposal or proposal line item. |
      ProposalServiceInterface | |
      MarketplaceCommentPage | Captures a page of MarketplaceComment objects. |
      MarketplaceComment | A comment associated with a programmatic Proposal that has been sent to Marketplace. |
      ProposalPage | Captures a page of Proposal objects. |
      ProposalAction | Represents the actions that can be performed on Proposal objects. |
      UpdateOrderWithSellerData | The action to update a finalized Marketplace Order with the seller's data. This action is only applicable for programmatic proposals. |
      UnarchiveProposals | The action used for unarchiving Proposal objects. |
      TerminateNegotiations | The action for marking all negotiations on the Proposal as terminated in Marketplace. |
      SubmitProposalsForApproval | The action used for submitting Proposal objects for approval. |
      RetractProposals | The action used for retracting Proposal objects. |
      RetractionDetails | Details describing why a Proposal was retracted. |
      ResumeProposals | The action used for resuming programmatic Proposal objects. This action is only applicable for programmatic proposals. |
      ReserveProposals | The action to reserve inventory for Proposal objects. It does not allow overbooking unless #allowOverbook is set to |
      RequestBuyerReview | The action used to request buyer review for the Proposal. This action is only applicable for programmatic Proposal. |
      RequestBuyerAcceptance | The action used to request acceptance from the buyer for the Proposal through Marketplace. This action does check forecasting unless #allowOverbook is set to |
      PauseProposals | The action used for pausing programmatic Proposal objects. This action is only applicable for programmatic proposals. |
      EditProposalsForNegotiation | Opens the non-free-editable fields of a Proposal for edit |
      DiscardLocalVersionEdits | The action for reverting the local Proposal modifications to reflect the latest terms and private data in Marketplace. This action is only applicable for programmatic proposals. |
      ArchiveProposals | The action used for archiving Proposal objects. |
      ProposalServiceInterfaceChannel | |
      ProposalService | Provides methods for adding, updating and retrieving Proposal objects. |
      ProposalLineItemMakegoodError | Lists all errors for makegood proposal line items. |
      ProposalLineItemActionError | Lists all errors for executing operations on proposal line items. |
      PreferredDealError | Errors associated with preferred deal proposal line items. |
      ProposalLineItemServiceInterface | |
      ProposalLineItemPage | Captures a page of ProposalLineItem objects. |
      ProposalLineItemAction | Represents the actions that can be performed on ProposalLineItem objects. |
      UnarchiveProposalLineItems | The action used for unarchiving ProposalLineItem objects. |
      ResumeProposalLineItems | The action used for resuming ProposalLineItem objects. |
      ReserveProposalLineItems | The action to reserve inventory for ProposalLineItem objects. It does not overbook inventory unless #allowOverbook is set to |
      ReleaseProposalLineItems | The action used for releasing inventory for ProposalLineItem objects. |
      PauseProposalLineItems | The action used for pausing ProposalLineItem objects. |
      ArchiveProposalLineItems | The action used for archiving ProposalLineItem objects. |
      ActualizeProposalLineItems | The action used for actualizing ProposalLineItem objects. |
      ProposalLineItemServiceInterfaceChannel | |
      ProposalLineItemService | Provides methods for creating, updating and retrieving ProposalLineItem objects |
      AdExclusionRule | Represents an inventory blocking rule, which prevents certain ads from being served to specified ad units. |
      AdExclusionRuleError | Ad exclusion rule specific errors. |
      AdExclusionRuleServiceInterface | |
      AdExclusionRulePage | Represents a page of AdExclusionRule objects. |
      AdExclusionRuleAction | Represents the actions that can be performed on AdExclusionRule objects. |
      DeactivateAdExclusionRules | Deactivate action. |
      ActivateAdExclusionRules | Activate action. |
      AdExclusionRuleServiceInterfaceChannel | |
      AdExclusionRuleService | Provides methods for creating, updating and retrieving AdExclusionRule objects |
      Row | Each Row object represents data about one entity in a ResultSet. |
      TargetingValue | Contains a Targeting value |
      ChangeHistoryValue | |
      ColumnType | Contains information about a column in a ResultSet. |
      ResultSet | The |
      PublisherQueryLanguageServiceInterface | |
      PublisherQueryLanguageServiceInterfaceChannel | |
      PublisherQueryLanguageService | Provides methods for executing a PQL Statement to retrieve information from the system. In order to support the selection of columns of interest from various tables, Statement objects support a "select" clause |
      ReportError | An error for an exception that occurred while running the report. |
      CurrencyCodeError | Errors related to currency codes. |
      ReportServiceInterface | |
      ReportDownloadOptions | Represents the options for an API report download request. See ReportService::getReportDownloadUrlWithOptions. |
      SavedQueryPage | A page of SavedQuery objects. |
      SavedQuery | A saved ReportQuery representing the selection criteria for running a report. |
      ReportQuery | A |
      ReportJob | Represents a report job that will be run to retrieve performance and statistics information about ad campaigns, networks, inventory and sales. |
      ReportServiceInterfaceChannel | |
      ReportService | Provides methods for executing a ReportJob and retrieving performance and statistics about ad campaigns, networks, inventory and sales |
      SuggestedAdUnit | A |
      SuggestedAdUnitPage | Contains a page of SuggestedAdUnit objects. |
      SuggestedAdUnitServiceInterface | |
      SuggestedAdUnitAction | Represents the actions that can be performed on SuggestedAdUnit objects. |
      ApproveSuggestedAdUnits | Action to approve SuggestedAdUnit objects. |
      SuggestedAdUnitUpdateResult | Represents the result of performing an action on SuggestedAdUnit objects. |
      SuggestedAdUnitServiceInterfaceChannel | |
      SuggestedAdUnitService | This service provides operations for retrieving and approving SuggestedAdUnit objects |
      Team | A |
      TeamServiceInterface | |
      TeamPage | Captures a page of Team objects. |
      TeamAction | Represents the actions that can be performed on Team objects. |
      DeactivateTeams | The action used for deactivating Team objects. |
      ActivateTeams | The action used for activating Team objects. |
      TeamServiceInterfaceChannel | |
      TeamService | Provides methods for creating, updating, and retrieving Team objects |
      UserRecord | The |
      User | Represents a user of the system |
      TokenError | An error for an exception that occurred when using a token. |
      UserServiceInterface | |
      Role | Each |
      UserPage | Captures a page of User objects |
      UserAction | Represents the actions that can be performed on User objects. |
      DeactivateUsers | The action used for deactivating User objects. |
      ActivateUsers | The action used for activating User objects. |
      UserServiceInterfaceChannel | |
      UserService | Provides operations for creating, updating and retrieving User objects |
      UserRecordTeamAssociation | |
      UserTeamAssociation | |
      UserTeamAssociationServiceInterface | |
      UserTeamAssociationPage | Captures a page of UserTeamAssociation objects. |
      UserTeamAssociationAction | Represents the actions that can be performed on UserTeamAssociation objects. |
      DeleteUserTeamAssociations | Action to delete the association between a User and a Team. |
      UserTeamAssociationServiceInterfaceChannel | |
      UserTeamAssociationService | Provides methods for creating, updating, and retrieving UserTeamAssociation objects |
      NativeStyle | Used to define the look and feel of native ads, for both web and apps. Native styles determine how native creatives look for a segment of inventory. |
      NativeStyleError | Errors for native styles. |
      NativeStyleServiceInterface | |
      NativeStylePage | Captures a page of NativeStyle objects. |
      NativeStyleAction | Represents an action that can be performed on native styles. |
      DeactivateNativeStyles | Action to deactivate native styles. |
      ArchiveNativeStyles | Action to archive native styles. |
      ActivateNativeStyles | Action to activate native styles. |
      NativeStyleServiceInterfaceChannel | |
      NativeStyleService | Provides methods for creating and retrieving NativeStyle objects. |
      HistoricalBasisVolumeSettings | Settings to specify the volume of ad opportunities per day over the ForecastAdjustment date range based on the traffic volume of a historical reference period |
      DateRange | Represents a range of dates that has an upper and a lower bound |
      TotalVolumeSettings | Settings to specify a single total traffic volume that will be used as the expected total future volume for a forecast adjustment |
      ForecastAdjustment | Provides information about the expected volume and composition of traffic over a date range for a traffic forecast segment. |
      VolumeTimeSeriesRequestError | Lists all errors associated with volume time series requests. |
      TrafficForecastSegmentError | Lists all errors associated with traffic forecast segments. |
      ForecastAdjustmentError | Lists all errors associated with forecast adjustments. |
      DateError | A list of all errors associated with the dates. |
      AdjustmentError | Lists all errors associated with adjustments. |
      AdjustmentServiceInterface | |
      TrafficForecastSegment | An entity that defines a segment of traffic that will be adjusted or explored. |
      ForecastAdjustmentPage | A page of ForecastAdjustmentDto objects. |
      TrafficForecastSegmentPage | A page of TrafficForecastSegmentDto objects. |
      ForecastAdjustmentAction | Represents the actions that can be performed on com.google.ads.publisher.api.service.adjustment.ForecastAdjustment objects. |
      DeactivateForecastAdjustments | The action used for deactivating ForecastAdjustment objects. |
      ActivateForecastAdjustments | The action used for activating ForecastAdjustment objects. |
      AdjustmentServiceInterfaceChannel | |
      AdjustmentService | Provides methods for creating, updating, and retrieving ForecastAdjustments and TrafficForecastSegments |
      CmsMetadataKey | Key associated with a piece of content from a publisher's CMS. |
      CmsMetadataKeyPage | Captures a page of CMS metadata key objects. |
      MetadataMergeSpecError | Errors associated with metadata merge specs. |
      CmsMetadataServiceInterface | |
      CmsMetadataValuePage | Captures a page of CMS metadata value objects. |
      CmsMetadataValue | Key value pair associated with a piece of content from a publisher's CMS. |
      CmsMetadataKeyAction | Represents the actions that can be performed on CmsMetadataKey objects. |
      DeactivateCmsMetadataKeys | The action used for deactivating CmsMetadataKey objects. |
      ActivateCmsMetadataKeys | The action used for activating CmsMetadataKey objects. |
      CmsMetadataValueAction | Represents the actions that can be performed on CmsMetadataValue objects. |
      DeactivateCmsMetadataValues | The action used for deactivating CmsMetadataValue objects. |
      ActivateCmsMetadataValues | The action used for activating CmsMetadataValue objects. |
      CmsMetadataServiceInterfaceChannel | |
      CmsMetadataService | Provides methods for querying CMS metadata keys and values |
      TargetingPreset | User-defined preset targeting criteria. |
      TargetingPresetPage | Captures a paged query of TargetingPresetDto objects. |
      TargetingPresetServiceInterface | |
      TargetingPresetServiceInterfaceChannel | |
      TargetingPresetService | Service for interacting with Targeting Presets. |
      BaseAdRuleSlot | Simple object representing an ad slot within an AdRule. Ad rule slots contain information about the types/number of ads to display, as well as additional information on how the ad server will generate playlists. |
      UnknownAdRuleSlot | The BaseAdRuleSlot subtype returned if the actual type is not exposed by the requested API version. |
      StandardPoddingAdRuleSlot | An ad rule slot with standard podding. A standard pod is a series of video ads played back to back. Standard pods are defined by a BaseAdRuleSlot::maxAdsInPod and a BaseAdRuleSlot::maxVideoAdDuration. |
      OptimizedPoddingAdRuleSlot | Ad rule slot with optimized podding. Optimized pods are defined by a BaseAdRuleSlot::maxPodDuration and a BaseAdRuleSlot::maxAdsInPod, and the ad server chooses the best ads for the alloted duration. |
      NoPoddingAdRuleSlot | An ad rule slot with no podding. It is defined by a BaseAdRuleSlot::maxVideoAdDuration. |
      AdRule | An AdRule contains data that the ad server will use to generate a playlist of video ads. |
      PoddingError | Errors related to podding fields in ad rule slots. |
      AdRuleTargetingError | Lists all errors associated with ad rule targeting. |
      AdRuleSlotError | Errors related to ad rule slots. |
      AdRulePriorityError | Errors associated with ad rule priorities. |
      AdRuleFrequencyCapError | Errors related to ad rule frequency caps |
      AdRuleError | Errors ad rule break template objects. |
      AdRuleDateError | Lists all errors associated with ad rule start and end dates. |
      AdRuleServiceInterface | |
      AdSpot | A AdSpot is a targetable entity used in the creation of AdRule objects |
      BreakTemplate | A BreakTemplate defines what kinds of ads show at which positions within a pod |
      BreakTemplateBreakTemplateMember | A building block of a pod template. |
      AdRulePage | Captures a page of AdRule objects. |
      AdSpotPage | Captures a page of AdSpot objects. |
      BreakTemplatePage | Captures a page of BreakTemplate objects. |
      AdRuleAction | Represents the actions that can be performed on AdRule objects. |
      DeleteAdRules | The action used for deleting AdRule objects. |
      DeactivateAdRules | The action used for pausing AdRule objects. |
      ActivateAdRules | The action used for resuming AdRule objects. |
      AdRuleServiceInterfaceChannel | |
      AdRuleService | Provides methods for creating, updating and retrieving AdRule objects |
      CreativeReview | |
      CreativeReviewPage | |
      CreativeReviewServiceInterface | |
      CreativeReviewAction | |
      DisapproveCreativeReviews | |
      ArchiveCreativeReviews | |
      ApproveCreativeReviews | |
      CreativeReviewServiceInterfaceChannel | |
      CreativeReviewService | |
      TrackingEventPing | |
      CreativeTranscode | |
      AdDecisionCreative | |
      SamError | |
      AdResponse | |
      AdBreak | |
      StreamCreateRequest | |
      VodStreamCreateRequest | |
      LinearStreamCreateRequest | |
      SamSession | |
      SamSessionError | |
      StreamActivityMonitorServiceInterface | |
      StreamActivityMonitorServiceInterfaceChannel | |
      StreamActivityMonitorService | |
      AudioSettings | Information about the audio settings of an encoding profile. |
      VideoSettings | Information about the video settings of an encoding profile. |
      DaiEncodingProfile | A DaiEncodingProfile contains data about a publisher's encoding profiles. Ad Manager Dynamic Ad Insertion (DAI) uses the profile information about the content to select an appropriate ad transcode to play for the particular video. |
      DaiEncodingProfileVariantSettingsError | Lists all errors associated with encoding profile variant settings. |
      DaiEncodingProfileUpdateError | Lists all errors associated with encoding profile updates. |
      DaiEncodingProfileNameError | Lists all errors associated with encoding profile names. |
      DaiEncodingProfileContainerSettingsError | Lists all errors associated with encoding profile container settings. |
      DaiEncodingProfileServiceInterface | |
      DaiEncodingProfilePage | Captures a page of DaiEncodingProfile objects. |
      DaiEncodingProfileAction | Represents the actions that can be performed on DaiEncodingProfile objects. |
      ArchiveDaiEncodingProfiles | The action used for archiving DaiEncodingProfile objects. |
      ActivateDaiEncodingProfiles | The action used for activating DaiEncodingProfile objects. |
      DaiEncodingProfileServiceInterfaceChannel | |
      DaiEncodingProfileService | Provides methods for creating, updating and retrieving DaiEncodingProfile objects |
      Site | |
      SiteError | |
      SiteServiceInterface | |
      SitePage | |
      SiteAction | |
      SubmitSiteForApproval | |
      DeactivateSite | |
      SiteServiceInterfaceChannel | |
      SiteService | |
      BaseContact | Base class for a Contact. |
      Contact | A |
      ContactError | Errors associated with |
      ContactServiceInterface | |
      ContactPage | Captures a page of Contact objects. |
      ContactServiceInterfaceChannel | |
      ContactService | Provides methods for creating, updating and retrieving Contact objects. |
      DaiAuthenticationKey | A |
      DaiAuthenticationKeyActionError | Lists all errors associated with DAI authentication key actions. |
      DaiAuthenticationKeyServiceInterface | |
      DaiAuthenticationKeyPage | Captures a page of DaiAuthenticationKey objects. |
      DaiAuthenticationKeyAction | Represents the actions that can be performed on DaiAuthenticationKey objects. |
      DeactivateDaiAuthenticationKeys | The action used for deactivating DaiAuthenticationKey objects. |
      ActivateDaiAuthenticationKeys | The action used for activating DaiAuthenticationKey objects. |
      DaiAuthenticationKeyServiceInterfaceChannel | |
      DaiAuthenticationKeyService | Provides methods for creating, updating and retrieving DaiAuthenticationKey objects. |
      FirstPartyAudienceSegmentRule | Rule of a FirstPartyAudienceSegment that defines user's eligibility criteria to be part of a segment. |
      AudienceSegmentDataProvider | Data provider that owns this segment. For a FirstPartyAudienceSegment, it would be the publisher network. For a SharedAudienceSegment or a ThirdPartyAudienceSegment, it would be the entity that provides that AudienceSegment. |
      AudienceSegment | An AudienceSegment represents audience segment object. |
      SharedAudienceSegment | A SharedAudienceSegment is an AudienceSegment owned by another entity and shared with the publisher network. |
      ThirdPartyAudienceSegment | A ThirdPartyAudienceSegment is an AudienceSegment owned by a data provider and licensed to the Ad Manager publisher. |
      FirstPartyAudienceSegment | A FirstPartyAudienceSegment is an AudienceSegment owned by the publisher network. |
      RuleBasedFirstPartyAudienceSegmentSummary | A RuleBasedFirstPartyAudienceSegmentSummary is a FirstPartyAudienceSegment owned by the publisher network. |
      RuleBasedFirstPartyAudienceSegment | A RuleBasedFirstPartyAudienceSegment is a FirstPartyAudienceSegment owned by the publisher network. It contains a rule. |
      NonRuleBasedFirstPartyAudienceSegment | A NonRuleBasedFirstPartyAudienceSegment is a FirstPartyAudienceSegment owned by the publisher network. It doesn't contain a rule. Cookies are usually added to this segment via cookie upload |
      AudienceSegmentServiceInterface | |
      AudienceSegmentPage | Represents a page of AudienceSegment objects. |
      AudienceSegmentAction | Action that can be performed on AudienceSegment objects. |
      RejectAudienceSegments | Action that can be performed on ThirdPartyAudienceSegment objects to reject them. |
      PopulateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to populate them based on last 30 days of traffic. |
      DeactivateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to deactivate them. |
      ApproveAudienceSegments | Action that can be performed on ThirdPartyAudienceSegment objects to approve them. |
      ActivateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to activate them. |
      AudienceSegmentServiceInterfaceChannel | |
      AudienceSegmentService | Provides operations for creating, updating and retrieving AudienceSegment objects. |
      SecurityPolicySettings | A set of security requirements to authenticate against in order to access video content. Different locations (e.g. different CDNs) can have different security policies. |
      MediaLocationSettings | Configuration that associates a media location with a security policy and the authentication credentials needed to access the content. |
      SourceContentConfiguration | Parameters about this CDN configuration as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream. |
      CdnConfiguration | A CdnConfiguration encapsulates information about where and how to ingest and deliver content enabled for DAI (Dynamic Ad Insertion). |
      CdnConfigurationError | Errors associated with CdnConfigurations. |
      CdnConfigurationServiceInterface | |
      CdnConfigurationPage | Captures a page of CdnConfiguration objects. |
      CdnConfigurationAction | Represents the actions that can be performed on CdnConfiguration objects. |
      ArchiveCdnConfigurations | The action used for archiving CdnConfiguration objects. |
      ActivateCdnConfigurations | The action used for activating CdnConfiguration objects. |
      CdnConfigurationServiceInterfaceChannel | |
      CdnConfigurationService | Provides methods for creating, updating and retrieving CdnConfiguration objects. |
      ViewabilityProvider | Information required for Company of Type VIEWABILITY_PROVIDER. It contains all of the data needed to capture viewability metrics. |
      CompanySettings | Settings for a Company. |
      Company | A |
      CompanyServiceInterface | |
      CompanyPage | Captures a page of Company objects. |
      CompanyAction | Represents the actions that can be performed on |
      EndAgreementAction | The action used by the parent network to withdraw from being the MCM parent for a child. |
      CompanyServiceInterfaceChannel | |
      CompanyService | Provides operations for creating, updating and retrieving Company objects. |
      ContentBundle | A |
      ContentFilterError | Errors associated with the incorrect creation of a Condition. |
      ContentBundleServiceInterface | |
      ContentBundlePage | Captures a page of ContentBundle objects. |
      ContentBundleAction | Represents the actions that can be performed on ContentBundle objects. |
      ExcludeContentFromContentBundle | The action used for explicitly excluding specific content from a ContentBundle object. |
      DeactivateContentBundles | The action used for deactivating ContentBundle objects. |
      ActivateContentBundles | The action used for activating ContentBundle objects. |
      ContentBundleServiceInterfaceChannel | |
      ContentBundleService | Provides methods for creating, updating and retrieving ContentBundle objects |
      IActivityGroupService | Provides methods for creating, updating and retrieving ActivityGroup objects |
      IContentService | Service for retrieving Content |
      ICreativeService | Provides methods for adding, updating and retrieving Creative objects |
      ICreativeSetService | Provides methods for adding, updating and retrieving CreativeSet objects. |
      ICreativeTemplateService | Provides methods for retrieving CreativeTemplate objects. |
      ICreativeWrapperService | Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives |
      ICustomTargetingService | Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects. |
      ICustomFieldService | Provides methods for the creation and management of CustomField objects. |
      IForecastService | Provides methods for estimating traffic (clicks/impressions) for line items. Forecasts can be provided for LineItem objects that exist in the system or which have not had an ID set yet |
      IInventoryService | |
      ILabelService | Provides methods for the creation and management of Labels. |
      IActivityService | Provides methods for creating, updating and retrieving Activity objects |
      ILineItemCreativeAssociationService | Provides operations for creating, updating and retrieving LineItemCreativeAssociation objects |
      ILineItemService | Provides methods for creating, updating and retrieving LineItem objects |
      ILineItemTemplateService | Provides methods for creating, updating and retrieving LineItemTemplate objects. |
      ILiveStreamEventService | Provides methods for creating, updating and retrieving LiveStreamEvent objects |
      IMobileApplicationService | Provides methods for retrieving MobileApplication objects. |
      INetworkService | Provides operations for retrieving information related to the publisher's networks. This service can be used to obtain the list of all networks that the current login has access to, or to obtain information about a specific network. |
      IOrderService | Provides methods for creating, updating and retrieving Order objects |
      IPlacementService | Provides methods for creating, updating and retrieving Placement objects |
      IProposalService | Provides methods for adding, updating and retrieving Proposal objects. |
      IProposalLineItemService | Provides methods for creating, updating and retrieving ProposalLineItem objects |
      IAdExclusionRuleService | Provides methods for creating, updating and retrieving AdExclusionRule objects |
      IPublisherQueryLanguageService | Provides methods for executing a PQL Statement to retrieve information from the system. In order to support the selection of columns of interest from various tables, Statement objects support a "select" clause |
      IReportService | Provides methods for executing a ReportJob and retrieving performance and statistics about ad campaigns, networks, inventory and sales |
      ISuggestedAdUnitService | This service provides operations for retrieving and approving SuggestedAdUnit objects |
      ITeamService | Provides methods for creating, updating, and retrieving Team objects |
      IUserService | Provides operations for creating, updating and retrieving User objects |
      IUserTeamAssociationService | Provides methods for creating, updating, and retrieving UserTeamAssociation objects |
      INativeStyleService | Provides methods for creating and retrieving NativeStyle objects. |
      IAdjustmentService | Provides methods for creating, updating, and retrieving ForecastAdjustments and TrafficForecastSegments |
      ICmsMetadataService | Provides methods for querying CMS metadata keys and values |
      ITargetingPresetService | Service for interacting with Targeting Presets. |
      IAdRuleService | Provides methods for creating, updating and retrieving AdRule objects |
      ICreativeReviewService | |
      IStreamActivityMonitorService | |
      IDaiEncodingProfileService | Provides methods for creating, updating and retrieving DaiEncodingProfile objects |
      ISiteService | |
      IContactService | Provides methods for creating, updating and retrieving Contact objects. |
      IDaiAuthenticationKeyService | Provides methods for creating, updating and retrieving DaiAuthenticationKey objects. |
      IAudienceSegmentService | Provides operations for creating, updating and retrieving AudienceSegment objects. |
      ICdnConfigurationService | Provides methods for creating, updating and retrieving CdnConfiguration objects. |
      ICompanyService | Provides operations for creating, updating and retrieving Company objects. |
      IContentBundleService | Provides methods for creating, updating and retrieving ContentBundle objects |
     v202011 | |
      Wrappers | |
       ActivityGroupService | |
        createActivityGroupsRequest | |
        createActivityGroupsResponse | |
        updateActivityGroupsRequest | |
        updateActivityGroupsResponse | |
       ActivityService | |
        createActivitiesRequest | |
        createActivitiesResponse | |
        updateActivitiesRequest | |
        updateActivitiesResponse | |
       AdExclusionRuleService | |
        createAdExclusionRulesRequest | |
        createAdExclusionRulesResponse | |
        updateAdExclusionRulesRequest | |
        updateAdExclusionRulesResponse | |
       AdjustmentService | |
        createForecastAdjustmentsRequest | |
        createForecastAdjustmentsResponse | |
        createTrafficForecastSegmentsRequest | |
        createTrafficForecastSegmentsResponse | |
        updateForecastAdjustmentsRequest | |
        updateForecastAdjustmentsResponse | |
        updateTrafficForecastSegmentsRequest | |
        updateTrafficForecastSegmentsResponse | |
       AdRuleService | |
        createAdRulesRequest | |
        createAdRulesResponse | |
        createAdSpotsRequest | |
        createAdSpotsResponse | |
        createBreakTemplatesRequest | |
        createBreakTemplatesResponse | |
        updateAdRulesRequest | |
        updateAdRulesResponse | |
        updateAdSpotsRequest | |
        updateAdSpotsResponse | |
        updateBreakTemplatesRequest | |
        updateBreakTemplatesResponse | |
       AudienceSegmentService | |
        createAudienceSegmentsRequest | |
        createAudienceSegmentsResponse | |
        updateAudienceSegmentsRequest | |
        updateAudienceSegmentsResponse | |
       CdnConfigurationService | |
        createCdnConfigurationsRequest | |
        createCdnConfigurationsResponse | |
        updateCdnConfigurationsRequest | |
        updateCdnConfigurationsResponse | |
       CmsMetadataService | |
       CompanyService | |
        createCompaniesRequest | |
        createCompaniesResponse | |
        updateCompaniesRequest | |
        updateCompaniesResponse | |
       ContactService | |
        createContactsRequest | |
        createContactsResponse | |
        updateContactsRequest | |
        updateContactsResponse | |
       ContentBundleService | |
        createContentBundlesRequest | |
        createContentBundlesResponse | |
        updateContentBundlesRequest | |
        updateContentBundlesResponse | |
       ContentService | |
       CreativeReviewService | |
       CreativeService | |
        createCreativesRequest | |
        createCreativesResponse | |
        updateCreativesRequest | |
        updateCreativesResponse | |
       CreativeSetService | |
       CreativeTemplateService | |
       CreativeWrapperService | |
        createCreativeWrappersRequest | |
        createCreativeWrappersResponse | |
        updateCreativeWrappersRequest | |
        updateCreativeWrappersResponse | |
       CustomFieldService | |
        createCustomFieldOptionsRequest | |
        createCustomFieldOptionsResponse | |
        createCustomFieldsRequest | |
        createCustomFieldsResponse | |
        updateCustomFieldOptionsRequest | |
        updateCustomFieldOptionsResponse | |
        updateCustomFieldsRequest | |
        updateCustomFieldsResponse | |
       CustomTargetingService | |
        createCustomTargetingKeysRequest | |
        createCustomTargetingKeysResponse | |
        createCustomTargetingValuesRequest | |
        createCustomTargetingValuesResponse | |
        updateCustomTargetingKeysRequest | |
        updateCustomTargetingKeysResponse | |
        updateCustomTargetingValuesRequest | |
        updateCustomTargetingValuesResponse | |
       DaiAuthenticationKeyService | |
        createDaiAuthenticationKeysRequest | |
        createDaiAuthenticationKeysResponse | |
        updateDaiAuthenticationKeysRequest | |
        updateDaiAuthenticationKeysResponse | |
       DaiEncodingProfileService | |
        createDaiEncodingProfilesRequest | |
        createDaiEncodingProfilesResponse | |
        updateDaiEncodingProfilesRequest | |
        updateDaiEncodingProfilesResponse | |
       ForecastService | |
        getDeliveryForecastRequest | |
        getDeliveryForecastResponse | |
        getDeliveryForecastByIdsRequest | |
        getDeliveryForecastByIdsResponse | |
       InventoryService | |
        createAdUnitsRequest | |
        createAdUnitsResponse | |
        getAdUnitSizesByStatementRequest | |
        getAdUnitSizesByStatementResponse | |
        updateAdUnitsRequest | |
        updateAdUnitsResponse | |
       LabelService | |
        createLabelsRequest | |
        createLabelsResponse | |
        updateLabelsRequest | |
        updateLabelsResponse | |
       LineItemCreativeAssociationService | |
        createLineItemCreativeAssociationsRequest | |
        createLineItemCreativeAssociationsResponse | |
        getPreviewUrlsForNativeStylesRequest | |
        getPreviewUrlsForNativeStylesResponse | |
        updateLineItemCreativeAssociationsRequest | |
        updateLineItemCreativeAssociationsResponse | |
       LineItemService | |
        createLineItemsRequest | |
        createLineItemsResponse | |
        updateLineItemsRequest | |
        updateLineItemsResponse | |
       LineItemTemplateService | |
       LiveStreamEventService | |
        createLiveStreamEventsRequest | |
        createLiveStreamEventsResponse | |
        updateLiveStreamEventsRequest | |
        updateLiveStreamEventsResponse | |
       MobileApplicationService | |
        createMobileApplicationsRequest | |
        createMobileApplicationsResponse | |
        updateMobileApplicationsRequest | |
        updateMobileApplicationsResponse | |
       NativeStyleService | |
        createNativeStylesRequest | |
        createNativeStylesResponse | |
        updateNativeStylesRequest | |
        updateNativeStylesResponse | |
       NetworkService | |
        getAllNetworksRequest | |
        getAllNetworksResponse | |
       OrderService | |
        createOrdersRequest | |
        createOrdersResponse | |
        updateOrdersRequest | |
        updateOrdersResponse | |
       PlacementService | |
        createPlacementsRequest | |
        createPlacementsResponse | |
        updatePlacementsRequest | |
        updatePlacementsResponse | |
       ProposalLineItemService | |
        createMakegoodsRequest | |
        createMakegoodsResponse | |
        createProposalLineItemsRequest | |
        createProposalLineItemsResponse | |
        updateProposalLineItemsRequest | |
        updateProposalLineItemsResponse | |
       ProposalService | |
        createProposalsRequest | |
        createProposalsResponse | |
        updateProposalsRequest | |
        updateProposalsResponse | |
       PublisherQueryLanguageService | |
       ReportService | |
       SiteService | |
        createSitesRequest | |
        createSitesResponse | |
        updateSitesRequest | |
        updateSitesResponse | |
       StreamActivityMonitorService | |
        getSamSessionsByStatementRequest | |
        getSamSessionsByStatementResponse | |
        registerSessionsForMonitoringRequest | |
        registerSessionsForMonitoringResponse | |
       SuggestedAdUnitService | |
       TargetingPresetService | |
       TeamService | |
        createTeamsRequest | |
        createTeamsResponse | |
        updateTeamsRequest | |
        updateTeamsResponse | |
       UserService | |
        createUsersRequest | |
        createUsersResponse | |
        getAllRolesRequest | |
        getAllRolesResponse | |
        updateUsersRequest | |
        updateUsersResponse | |
       UserTeamAssociationService | |
        createUserTeamAssociationsRequest | |
        createUserTeamAssociationsResponse | |
        updateUserTeamAssociationsRequest | |
        updateUserTeamAssociationsResponse | |
      ApiException | Exception class for holding a list of service errors. |
      ApiError | The API error base class that provides details about an error that occurred while processing a service request |
      FieldPathElement | A segment of a field path. Each dot in a field path defines a new segment. |
      ApplicationException | Base class for exceptions. |
      ActivityGroup | Activities are organized within activity groups, which are sets of activities that share the same configuration. You create and manage activities from within activity groups. |
      UniqueError | An error for a field which must satisfy a uniqueness constraint |
      StringLengthError | Errors for Strings which do not meet given length constraints. |
      StringFormatError | A list of error code for reporting invalid content of input strings. |
      StatementError | An error that occurs while parsing Statement objects. |
      ServerError | Errors related to the server. |
      RequiredNumberError | A list of all errors to be used in conjunction with required number validators. |
      RequiredError | Errors due to missing required field. |
      RequiredCollectionError | A list of all errors to be used for validating sizes of collections. |
      RangeError | A list of all errors associated with the Range constraint. |
      QuotaError | Describes a client-side error on which a user is attempting to perform an action to which they have no quota remaining. |
      PublisherQueryLanguageSyntaxError | An error that occurs while parsing a PQL query contained in a Statement object. |
      PublisherQueryLanguageContextError | An error that occurs while executing a PQL query contained in a Statement object. |
      PermissionError | Errors related to incorrect permission. |
      ParseError | Lists errors related to parsing. |
      NotNullError | Caused by supplying a null value for an attribute that cannot be null. |
      InternalApiError | Indicates that a server-side error has occured |
      FeatureError | Errors related to feature management. If you attempt using a feature that is not available to the current network you'll receive a FeatureError with the missing feature as the trigger. |
      CommonError | A place for common errors that can be used across services. |
      CollectionSizeError | Error for the size of the collection being too large |
      AuthenticationError | An error for an exception that occurred when authenticating. |
      ApiVersionError | Errors related to the usage of API versions. |
      ActivityError | Errors relating to Activity and Activity Group services. |
      Statement | Captures the |
      String_ValueMapEntry | This represents an entry in a map with a key of type String and value of type Value. |
      Value | |
      TextValue | Contains a string value. |
      SetValue | Contains a set of Values. May not contain duplicates. |
      NumberValue | Contains a numeric value. |
      DateValue | Contains a date value. |
      Date | Represents a date. |
      DateTimeValue | Contains a date-time value. |
      DateTime | Represents a date combined with the time of day. |
      BooleanValue | Contains a boolean value. |
      ObjectValue | Contains an object value |
      ActivityGroupPage | Captures a page of ActivityGroup objects. |
      ActivityGroupServiceInterfaceChannel | |
      ActivityGroupServiceInterface | |
      ActivityGroupService | Provides methods for creating, updating and retrieving ActivityGroup objects |
      CmsContent | Contains information about Content from the CMS it was ingested from. |
      DaiIngestError | Represents an error associated with a DAI content's status. |
      Content | A |
      ContentPage | Captures a page of |
      TypeError | An error for a field which is an invalid type. |
      InvalidUrlError | Lists all errors associated with URLs. |
      ContentServiceInterface | |
      ContentServiceInterfaceChannel | |
      ContentService | Service for retrieving Content |
      BaseCreativeTemplateVariableValue | A base class for storing values of the CreativeTemplateVariable. |
      UrlCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::URL. |
      StringCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::STRING and VariableType::LIST. |
      LongCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::LONG. |
      AssetCreativeTemplateVariableValue | Stores values of CreativeTemplateVariable of VariableType::ASSET. |
      CreativeAsset | A |
      Size | Represents the dimensions of an AdUnit, LineItem or Creative |
      ClickTag | Click tags define click-through URLs for each exit on an HTML5 creative. An exit is any area that can be clicked that directs the browser to a landing page. Each click tag defines the click-through URL for a different exit. In Ad Manager, tracking pixels are attached to the click tags if URLs are valid. |
      CustomCreativeAsset | A |
      VideoMetadata | Metadata for a video asset. |
      Asset | Base asset properties. |
      RedirectAsset | An externally hosted asset. |
      VideoRedirectAsset | An externally-hosted video asset. |
      ConversionEvent_TrackingUrlsMapEntry | This represents an entry in a map with a key of type ConversionEvent and value of type TrackingUrls. |
      RichMediaStudioChildAssetProperty | Represents a child asset in |
      ThirdPartyDataDeclaration | Represents a set of declarations about what (if any) third party companies are associated with a given creative |
      BaseCustomFieldValue | The value of a CustomField for a particular entity. |
      DropDownCustomFieldValue | A CustomFieldValue for a CustomField that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN |
      CustomFieldValue | The value of a CustomField that does not have a CustomField::dataType of CustomFieldDataType::DROP_DOWN. |
      AppliedLabel | Represents a Label that can be applied to an entity. To negate an inherited label, create an |
      Creative | A |
      VastRedirectCreative | A |
      UnsupportedCreative | A |
      ThirdPartyCreative | A |
      TemplateCreative | A |
      ProgrammaticCreative | A |
      LegacyDfpCreative | A |
      InternalRedirectCreative | A |
      Html5Creative | A |
      HasDestinationUrlCreative | A |
      CustomCreative | A |
      BaseVideoCreative | A base type for video creatives. |
      VideoRedirectCreative | A |
      VideoCreative | A |
      SetTopBoxCreative | A |
      BaseImageRedirectCreative | The base type for creatives that load an image asset from a specified URL. |
      ImageRedirectOverlayCreative | An overlay |
      ImageRedirectCreative | A |
      BaseImageCreative | The base type for creatives that display an image. |
      ImageOverlayCreative | An overlay |
      ImageCreative | A |
      AspectRatioImageCreative | A |
      ClickTrackingCreative | A creative that is used for tracking clicks on ads that are served directly from the customers' web servers or media servers. NOTE: The size attribute is not used for click tracking creative and it will not be persisted upon save. |
      BaseRichMediaStudioCreative | A |
      RichMediaStudioCreative | A |
      BaseDynamicAllocationCreative | A base class for dynamic allocation creatives. |
      HasHtmlSnippetDynamicAllocationCreative | Dynamic allocation creative with a backfill code snippet. |
      AdSenseCreative | An AdSense dynamic allocation creative. |
      AdExchangeCreative | An Ad Exchange dynamic allocation creative. |
      TemplateInstantiatedCreativeError | Lists all errors associated with template instantiated creatives. |
      SwiffyConversionError | Error for converting flash to swiffy asset. |
      SetTopBoxCreativeError | Errors associated with set-top box creatives. |
      RichMediaStudioCreativeError | Lists all errors associated with Studio creatives. |
      RequiredSizeError | A list of all errors to be used for validating Size. |
      NullError | Caused by supplying a non-null value for an attribute that should be null. |
      LineItemCreativeAssociationError | Lists all errors associated with line item-to-creative association dates. |
      LabelEntityAssociationError | Errors specific to creating label entity associations. |
      InvalidPhoneNumberError | Lists all errors associated with phone numbers. |
      ImageError | Lists all errors associated with images. |
      HtmlBundleProcessorError | Lists all errors associated with html5 file processing. |
      FileError | A list of all errors to be used for problems related to files. |
      EntityLimitReachedError | An error that occurs when creating an entity if the limit on the number of allowed entities for a network has already been reached. |
      CustomFieldValueError | Errors specific to editing custom field values |
      CustomCreativeError | Lists all errors associated with custom creatives. |
      CreativeTemplateOperationError | An error that can occur while performing an operation on a creative template. |
      CreativeTemplateError | A catch-all error that lists all generic errors associated with CreativeTemplate. |
      CreativeSetError | Errors relating to creative sets & subclasses. |
      CreativeError | Lists all errors associated with creatives. |
      CreativeAssetMacroError | Lists all errors associated with creative asset macros. |
      AssetError | Lists all errors associated with assets. |
      CreativeServiceInterface | |
      CreativePage | Captures a page of Creative objects. |
      CreativeAction | Represents the actions that can be performed on Creative objects. |
      DeactivateCreatives | The action used for deactivating Creative objects. |
      ActivateCreatives | The action used for activating Creative objects. |
      UpdateResult | Represents the result of performing an action on objects. |
      CreativeServiceInterfaceChannel | |
      CreativeService | Provides methods for adding, updating and retrieving Creative objects |
      CreativeSet | A creative set is comprised of a master creative and its companion creatives. |
      CreativeSetServiceInterface | |
      CreativeSetPage | Captures a page of CreativeSet objects. |
      CreativeSetServiceInterfaceChannel | |
      CreativeSetService | Provides methods for adding, updating and retrieving CreativeSet objects. |
      ListStringCreativeTemplateVariableVariableChoice | Stores variable choices that users can select from |
      CreativeTemplateVariable | Represents a variable defined in a creative template. |
      UrlCreativeTemplateVariable | Represents a url variable defined in a creative template |
      StringCreativeTemplateVariable | Represents a string variable defined in a creative template |
      ListStringCreativeTemplateVariable | Represents a list variable defined in a creative template. This is similar to StringCreativeTemplateVariable, except that there are possible choices to choose from |
      LongCreativeTemplateVariable | Represents a long variable defined in a creative template. |
      AssetCreativeTemplateVariable | Represents a file asset variable defined in a creative template |
      CreativeTemplate | A template upon which a creative can be created. |
      CreativeTemplatePage | Captures a page of CreativeTemplate objects. |
      CreativeTemplateServiceInterface | |
      CreativeTemplateServiceInterfaceChannel | |
      CreativeTemplateService | Provides methods for retrieving CreativeTemplate objects. |
      CreativeWrapper | A |
      LabelError | Errors specific to labels. |
      CreativeWrapperError | Errors specific to creative wrappers. |
      CreativeWrapperServiceInterface | |
      CreativeWrapperPage | Captures a page of CreativeWrapper objects. |
      CreativeWrapperAction | Represents the actions that can be performed on CreativeWrapper objects. |
      DeactivateCreativeWrappers | The action used for deactivating CreativeWrapper objects. |
      ActivateCreativeWrappers | The action used for activating CreativeWrapper objects. |
      CreativeWrapperServiceInterfaceChannel | |
      CreativeWrapperService | Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives |
      CustomTargetingKey | |
      EntityChildrenLimitReachedError | Lists errors relating to having too many children on an entity. |
      CustomTargetingError | Lists all errors related to CustomTargetingKey and CustomTargetingValue objects. |
      CustomTargetingServiceInterface | |
      CustomTargetingValue | |
      CustomTargetingKeyPage | Captures a page of CustomTargetingKey objects. |
      CustomTargetingValuePage | Captures a page of CustomTargetingValue objects. |
      CustomTargetingKeyAction | Represents the actions that can be performed on CustomTargetingKey objects. |
      DeleteCustomTargetingKeys | Represents the delete action that can be performed on CustomTargetingKey objects. Deleting a key will not delete the CustomTargetingValue objects associated with it. Also, if a custom targeting key that has been deleted is recreated, any previous custom targeting values associated with it that were not deleted will continue to exist. |
      ActivateCustomTargetingKeys | The action used for activating inactive (i.e. deleted) CustomTargetingKey objects. |
      CustomTargetingValueAction | Represents the actions that can be performed on CustomTargetingValue objects. |
      DeleteCustomTargetingValues | Represents the delete action that can be performed on CustomTargetingValue objects. |
      ActivateCustomTargetingValues | The action used for activating inactive (i.e. deleted) CustomTargetingValue objects. |
      CustomTargetingServiceInterfaceChannel | |
      CustomTargetingService | Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects. |
      CustomFieldOption | An option represents a permitted value for a custom field that has a CustomField::dataType of CustomFieldDataType::DROP_DOWN. |
      CustomFieldError | Errors specific to editing custom fields |
      CustomFieldServiceInterface | |
      CustomField | An additional, user-created field on an entity. |
      DropDownCustomField | A custom field that has the drop-down data type. |
      CustomFieldPage | Captures a page of CustomField objects. |
      CustomFieldAction | Represents the actions that can be performed on CustomField objects. |
      DeactivateCustomFields | The action used for deactivating CustomField objects. |
      ActivateCustomFields | The action used for activating CustomField objects. |
      CustomFieldServiceInterfaceChannel | |
      CustomFieldService | Provides methods for the creation and management of CustomField objects. |
      GrpDemographicBreakdown | GRP forecast breakdown counts associated with a gender and age demographic. |
      AlternativeUnitTypeForecast | A view of the forecast in terms of an alternative unit type |
      ContendingLineItem | Describes contending line items for a Forecast. |
      TargetingCriteriaBreakdown | A single targeting criteria breakdown result. |
      BreakdownForecast | Represents a single delivery data point, with both available and forecast number. |
      ForecastBreakdownEntry | A single forecast breakdown entry. |
      ForecastBreakdown | Represents the breakdown entries for a list of targetings and/or creatives. |
      AvailabilityForecast | Describes predicted inventory availability for a ProspectiveLineItem |
      ForecastBreakdownTarget | Specifies inventory targeted by a breakdown entry. |
      Targeting | Contains targeting criteria for LineItem objects. See LineItem::targeting. |
      GeoTargeting | Provides line items the ability to target geographical locations. By default, line items target all countries and their subdivisions. With geographical targeting, you can target line items to specific countries, regions, metro areas, and cities. You can also exclude the same |
      Location | A Location represents a geographical entity that can be targeted. If a location type is not available because of the API version you are using, the location will be represented as just the base class, otherwise it will be sub-classed correctly. |
      InventoryTargeting | A collection of targeted and excluded ad units and placements. |
      AdUnitTargeting | Represents targeted or excluded ad units. |
      DayPartTargeting | Modify the delivery times of line items for particular days of the week. By default, line items are served at all days and times. |
      DayPart | |
      TimeOfDay | Represents a specific time in a day. |
      DateTimeRange | Represents a range of dates (combined with time of day) that has an upper and/or lower bound. |
      TechnologyTargeting | Provides LineItem objects the ability to target or exclude technologies. |
      BandwidthGroupTargeting | Represents bandwidth groups that are being targeted or excluded by the LineItem. |
      Technology | Represents a technology entity that can be targeted. |
      OperatingSystemVersion | Represents a specific version of an operating system. |
      OperatingSystem | Represents an Operating System, such as Linux, Mac OS or Windows. |
      MobileDeviceSubmodel | Represents a mobile device submodel. |
      MobileDevice | Represents a Mobile Device. |
      MobileCarrier | Represents a mobile carrier. Carrier targeting is only available to Ad Manager mobile publishers. For a list of current mobile carriers, you can use PublisherQueryLanguageService::mobile_carrier. |
      DeviceManufacturer | Represents a mobile device's manufacturer. |
      DeviceCategory | Represents the category of a device. |
      DeviceCapability | Represents a capability of a physical device. |
      BrowserLanguage | Represents a Browser's language. |
      Browser | Represents an internet browser. |
      BandwidthGroup | Represents a group of bandwidths that are logically organized by some well known generic names such as 'Cable' or 'DSL'. |
      BrowserTargeting | Represents browsers that are being targeted or excluded by the LineItem. |
      BrowserLanguageTargeting | Represents browser languages that are being targeted or excluded by the LineItem. |
      DeviceCapabilityTargeting | Represents device capabilities that are being targeted or excluded by the LineItem. |
      DeviceCategoryTargeting | Represents device categories that are being targeted or excluded by the LineItem. |
      DeviceManufacturerTargeting | Represents device manufacturer that are being targeted or excluded by the LineItem. |
      MobileCarrierTargeting | Represents mobile carriers that are being targeted or excluded by the LineItem. |
      MobileDeviceTargeting | Represents mobile devices that are being targeted or excluded by the LineItem. |
      MobileDeviceSubmodelTargeting | Represents mobile devices that are being targeted or excluded by the LineItem. |
      OperatingSystemTargeting | Represents operating systems that are being targeted or excluded by the LineItem. |
      OperatingSystemVersionTargeting | Represents operating system versions that are being targeted or excluded by the LineItem. |
      CustomCriteriaSet | A CustomCriteriaSet comprises of a set of CustomCriteriaNode objects combined by the CustomCriteriaSet.LogicalOperator::logicalOperator. The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting. |
      CustomCriteriaNode | A CustomCriteriaNode is a node in the custom targeting tree. A custom criteria node can either be a CustomCriteriaSet (a non-leaf node) or a CustomCriteria (a leaf node). The custom criteria targeting tree is subject to the rules defined on Targeting::customTargeting. |
      CustomCriteriaLeaf | A CustomCriteriaLeaf object represents a generic leaf of CustomCriteria tree structure. |
      AudienceSegmentCriteria | An AudienceSegmentCriteria object is used to target AudienceSegment objects. |
      CmsMetadataCriteria | A |
      CustomCriteria | A CustomCriteria object is used to perform custom criteria targeting on custom targeting keys of type CustomTargetingKey.Type::PREDEFINED or CustomTargetingKey.Type::FREEFORM. |
      UserDomainTargeting | Provides line items the ability to target or exclude users visiting their websites from a list of domains or subdomains. |
      ContentTargeting | Used to target LineItems to specific videos on a publisher's site. |
      VideoPositionTargeting | Represents positions within and around a video where ads can be targeted to |
      VideoPositionTarget | Represents the options for targetable positions within a video. |
      VideoPosition | Represents a targetable position within a video. A video ad can be targeted to a position (pre-roll, all mid-rolls, or post-roll), or to a specific mid-roll index. |
      VideoPositionWithinPod | Represents a targetable position within a pod within a video stream. A video ad can be targeted to any position in the pod (first, second, third ... last). If there is only 1 ad in a pod, either first or last will target that position. |
      MobileApplicationTargeting | Provides line items the ability to target or exclude users' mobile applications. |
      BuyerUserListTargeting | The |
      RequestPlatformTargeting | Provides line items the ability to target the platform that requests and renders the ad |
      CreativePlaceholder | A |
      ForecastBreakdownOptions | Configuration of forecast breakdown. |
      AvailabilityForecastOptions | Forecasting options for line item availability forecasts. |
      ProposalLineItemMakegoodInfo | Makegood info for a ProposalLineItemDto. |
      ProposalLineItemMarketplaceInfo | Marketplace info for ProposalLineItem with a corresponding deal in Marketplace. |
      ProposalLineItem | A |
      Goal | Defines the criteria a LineItem needs to satisfy to meet its delivery goal. |
      FrequencyCap | Represents a limit on the number of times a single viewer can be exposed to the same LineItem in a specified time period. |
      Money | Represents a money amount. |
      DeliveryIndicator | Indicates the delivery performance of the LineItem. |
      ThirdPartyMeasurementSettings | Contains third party auto-pixeling settings for cross-sell Partners. |
      CreativeTargeting | Represents the creative targeting criteria for a LineItem. |
      LineItemDealInfoDto | Data transfer object for the exchange deal info of a line item. |
      GrpSettings | |
      Stats | |
      LineItemActivityAssociation | A |
      CustomPacingGoal | An interval of a CustomPacingCurve. A custom pacing goal contains a start time and an amount. The goal will apply until either the next custom pacing goal's |
      CustomPacingCurve | A curve consisting of CustomPacingGoal objects that is used to pace line item delivery. |
      LineItemSummary | The |
      LineItem | |
      ProspectiveLineItem | Represents a prospective line item to be forecasted. |
      VideoPositionTargetingError | Lists all errors related to VideoPositionTargeting. |
      UserDomainTargetingError | Lists all errors related to user domain targeting for a line item. |
      TimeZoneError | Errors related to timezones. |
      TechnologyTargetingError | Technology targeting validation errors. |
      TeamError | Errors related to a Team. |
      SetTopBoxLineItemError | Errors associated with set-top box line items. |
      AudienceSegmentError | Errors that could occur on audience segment related requests. |
      ReservationDetailsError | Lists all errors associated with LineItem's reservation details. |
      RequestPlatformTargetingError | Errors related to request platform targeting. |
      RegExError | Caused by supplying a value for an object attribute that does not conform to a documented valid regular expression. |
      ProgrammaticError | Errors associated with programmatic line items. |
      OrderError | Lists all errors associated with orders. |
      OrderActionError | Lists all errors associated with performing actions on Order objects. |
      MobileApplicationTargetingError | Lists all errors related to mobile application targeting for a line item. |
      LineItemOperationError | Lists all errors for executing operations on line items |
      LineItemFlightDateError | Lists all errors associated with LineItem start and end dates. |
      LineItemError | A catch-all error that lists all generic errors associated with LineItem. |
      LineItemActivityAssociationError | Errors specific to associating activities to line items. |
      InventoryUnitError | Lists the generic errors associated with AdUnit objects. |
      InventoryTargetingError | Lists all inventory errors caused by associating a line item with a targeting expression. |
      GrpSettingsError | Errors associated with line items with GRP settings. |
      GeoTargetingError | Lists all errors associated with geographical targeting for a LineItem. |
      GenericTargetingError | Targeting validation errors that can be used by different targeting types. |
      FrequencyCapError | Lists all errors associated with frequency caps. |
      ForecastError | Errors that can result from a forecast request. |
      DayPartTargetingError | Lists all errors associated with day-part targeting for a line item. |
      DateTimeRangeTargetingError | Lists all date time range errors caused by associating a line item with a targeting expression. |
      CrossSellError | Lists all errors associated with cross selling. |
      CompanyCreditStatusError | Lists all errors due to Company::creditStatus. |
      ClickTrackingLineItemError | Click tracking is a special line item type with a number of unique errors as described below. |
      AudienceExtensionError | Errors associated with audience extension enabled line items |
      AdUnitCodeError | Lists the generic errors associated with AdUnit::adUnitCode. |
      ForecastServiceInterface | |
      DeliveryForecastOptions | Forecasting options for line item delivery forecasts. |
      DeliveryForecast | The forecast of delivery for a list of ProspectiveLineItem objects to be reserved at the same time. |
      LineItemDeliveryForecast | The forecasted delivery of a ProspectiveLineItem. |
      TrafficDataRequest | Defines a segment of traffic for which traffic data should be returned. |
      DateRange | Represents a range of dates that has an upper and a lower bound |
      TrafficDataResponse | Contains forecasted and historical traffic volume data describing a segment of traffic. |
      TimeSeries | Represents a chronological sequence of daily values. |
      ForecastServiceInterfaceChannel | |
      ForecastService | Provides methods for estimating traffic (clicks/impressions) for line items. Forecasts can be provided for LineItem objects that exist in the system or which have not had an ID set yet |
      LabelFrequencyCap | A |
      AdSenseSettings | Contains the AdSense configuration for an AdUnit. |
      AdUnitSize | An |
      AdUnitParent | The summary of a parent AdUnit. |
      AdUnit | An |
      InventoryUnitSizesError | An error specifically for InventoryUnitSizes. |
      InventoryUnitRefreshRateError | Lists errors relating to AdUnit::refreshRate. |
      InvalidColorError | A list of all errors associated with a color attribute. |
      CompanyError | A list of all errors associated with companies. |
      AdUnitHierarchyError | Caused by creating an AdUnit object with an invalid hierarchy. |
      AdSenseAccountError | Error for AdSense related API calls. |
      InventoryServiceInterface | |
      AdUnitPage | Captures a page of AdUnit objects. |
      AdUnitAction | Represents the actions that can be performed on AdUnit objects. |
      DeactivateAdUnits | The action used for deactivating AdUnit objects. |
      ArchiveAdUnits | The action used for archiving AdUnit objects. |
      ActivateAdUnits | The action used for activating AdUnit objects. |
      InventoryServiceInterfaceChannel | |
      InventoryService | Provides operations for creating, updating and retrieving AdUnit objects |
      AdCategoryDto | A canonical ad category. |
      Label | A |
      LabelServiceInterface | |
      LabelPage | Captures a page of Label objects. |
      LabelAction | Represents the actions that can be performed on Label objects. |
      DeactivateLabels | The action used for deactivating Label objects. |
      ActivateLabels | The action used for activating Label objects. |
      LabelServiceInterfaceChannel | |
      LabelService | Provides methods for the creation and management of Labels. |
      Activity | |
      ActivityServiceInterface | |
      ActivityPage | Captures a page of Activity objects. |
      ActivityServiceInterfaceChannel | |
      ActivityService | Provides methods for creating, updating and retrieving Activity objects |
      Long_StatsMapEntry | This represents an entry in a map with a key of type Long and value of type Stats. |
      LineItemCreativeAssociationStats | Contains statistics such as impressions, clicks delivered and cost for LineItemCreativeAssociation objects. |
      LineItemCreativeAssociation | A |
      LineItemCreativeAssociationOperationError | Lists all errors for executing operations on line item-to-creative associations |
      CreativePreviewError | Errors associated with generation of creative preview URIs. |
      LineItemCreativeAssociationServiceInterface | |
      LineItemCreativeAssociationPage | Captures a page of LineItemCreativeAssociation objects. |
      CreativeNativeStylePreview | Represents the NativeStyle of a Creative and its corresponding preview URL. |
      LineItemCreativeAssociationAction | Represents the actions that can be performed on LineItemCreativeAssociation objects. |
      DeleteLineItemCreativeAssociations | The action used for deleting LineItemCreativeAssociation objects. |
      DeactivateLineItemCreativeAssociations | The action used for deactivating LineItemCreativeAssociation objects. |
      ActivateLineItemCreativeAssociations | The action used for activating LineItemCreativeAssociation objects. |
      LineItemCreativeAssociationServiceInterfaceChannel | |
      LineItemCreativeAssociationService | Provides operations for creating, updating and retrieving LineItemCreativeAssociation objects |
      LineItemServiceInterface | |
      LineItemPage | Captures a page of LineItem objects. |
      LineItemAction | Represents the actions that can be performed on LineItem objects. |
      UnarchiveLineItems | The action used for unarchiving LineItem objects. |
      ResumeLineItems | The action used for resuming LineItem objects. |
      ResumeAndOverbookLineItems | The action used for resuming and overbooking LineItem objects. |
      ReserveLineItems | The action used for reserving LineItem objects. |
      ReserveAndOverbookLineItems | The action used for reserving and overbooking LineItem objects. |
      ReleaseLineItems | The action used for releasing LineItem objects. |
      PauseLineItems | The action used for pausing LineItem objects. |
      DeleteLineItems | The action used for deleting LineItem objects. A line item can be deleted if it has never been eligible to serve. Note: deleted line items will still count against your network limits. For more information, see the Help Center. |
      ArchiveLineItems | The action used for archiving LineItem objects. |
      ActivateLineItems | The action used for activating LineItem objects. |
      LineItemServiceInterfaceChannel | |
      LineItemService | Provides methods for creating, updating and retrieving LineItem objects |
      LineItemTemplate | Represents the template that populates the fields of a new line item being created. |
      LineItemTemplatePage | Captures a page of LineItemTemplate objects. |
      LineItemTemplateServiceInterface | |
      LineItemTemplateServiceInterfaceChannel | |
      LineItemTemplateService | Provides methods for creating, updating and retrieving LineItemTemplate objects. |
      PrefetchSettings | The information needed to prefetch ad requests for an ad break. |
      MasterPlaylistSettings | Settings for the HLS (HTTP Live Streaming) master playlist. |
      HlsSettings | LiveStream settings that are specific to the HTTP live streaming (HLS) protocol. |
      LiveStreamEvent | A |
      VideoAdTagError | Lists all errors associated with live stream event ad tags. |
      LiveStreamEventSlateError | Lists all errors associated with LiveStreamEvent slate creative id. |
      LiveStreamEventDvrWindowError | Lists the errors associated with setting the LiveStreamEvent DVR window duration. |
      LiveStreamEventDateTimeError | Lists all errors associated with live stream event start and end date times. |
      LiveStreamEventCustomAssetKeyError | Lists all errors associated with live stream event custom asset keys. |
      LiveStreamEventCdnSettingsError | Lists all errors associated with LiveStreamEvent CDN configurations. |
      LiveStreamEventActionError | Lists all errors associated with live stream event action. |
      AdBreakMarkupError | An error for publisher provided ad break markups in a LiveStreamEvent which are invalid for the given StreamingFormat. |
      LiveStreamEventServiceInterface | |
      LiveStreamEventPage | Captures a page of LiveStreamEvent objects. |
      LiveStreamEventAction | Represents the actions that can be performed on LiveStreamEvent objects. |
      RefreshLiveStreamEventMasterPlaylists | The action used for refreshing the master playlists of LiveStreamEvent objects |
      PauseLiveStreamEvents | The action used for pausing LiveStreamEvent objects. |
      PauseLiveStreamEventAds | The action used for pausing ads for LiveStreamEvent objects. |
      ArchiveLiveStreamEvents | The action used for archiving LiveStreamEvent objects. |
      ActivateLiveStreamEvents | The action used for activating LiveStreamEvent objects. |
      LiveStreamEventServiceInterfaceChannel | |
      LiveStreamEventService | Provides methods for creating, updating and retrieving LiveStreamEvent objects |
      MobileApplication | A mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores. |
      MobileApplicationError | Lists all errors associated with MobileApplication objects. |
      MobileApplicationActionError | Lists all error reasons associated with performing actions on MobileApplication objects. |
      MobileApplicationServiceInterface | |
      MobileApplicationPage | Captures a page of mobile applications. |
      MobileApplicationAction | Represents the actions that can be performed on mobile applications. |
      ArchiveMobileApplications | The action used to deactivate MobileApplication objects. |
      UnarchiveMobileApplications | The action used to activate MobileApplication objects. |
      MobileApplicationServiceInterfaceChannel | |
      MobileApplicationService | Provides methods for retrieving MobileApplication objects. |
      ChildPublisher | A |
      Network | |
      UrlError | Common errors for URLs. |
      RequestError | Encapsulates the generic errors thrown when there's an error with user request. |
      PrecisionError | List all errors associated with number precisions. |
      NetworkError | An error for a network. |
      InvalidEmailError | Caused by supplying a value for an email attribute that is not a valid email address. |
      ExchangeRateError | Lists all errors associated with ExchangeRate objects. |
      NetworkServiceInterface | |
      NetworkServiceInterfaceChannel | |
      NetworkService | Provides operations for retrieving information related to the publisher's networks. This service can be used to obtain the list of all networks that the current login has access to, or to obtain information about a specific network. |
      Order | An |
      OrderServiceInterface | |
      OrderPage | Captures a page of Order objects. |
      OrderAction | Represents the actions that can be performed on Order objects. |
      UnarchiveOrders | The action used for unarchiving Order objects. |
      SubmitOrdersForApprovalWithoutReservationChanges | The action used for submitting Order objects for approval. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      SubmitOrdersForApproval | The action used for submitting Order objects for approval. |
      SubmitOrdersForApprovalAndOverbook | The action used for submitting and overbooking Order objects for approval. |
      RetractOrdersWithoutReservationChanges | The action used for retracting Order objects. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      RetractOrders | The action used for retracting Order objects. |
      ResumeOrders | The action used for resuming Order objects. LineItem objects within the order that are eligble to resume will resume as well. |
      ResumeAndOverbookOrders | The action used for resuming and overbooking Order objects. All LineItem objects within the order will resume as well. |
      PauseOrders | The action used for pausing all LineItem objects within an order. |
      DisapproveOrdersWithoutReservationChanges | The action used for disapproving Order objects. All LineItem objects within the order will be disapproved as well. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. |
      DisapproveOrders | The action used for disapproving Order objects. All LineItem objects within the order will be disapproved as well. |
      DeleteOrders | The action used for deleting Order objects. All line items within that order are also deleted. Orders can only be deleted if none of its line items have been eligible to serve. This action can be used to delete proposed orders and line items if they are no longer valid. |
      ArchiveOrders | The action used for archiving Order objects. |
      ApproveOrdersWithoutReservationChanges | The action used for approving Order objects. All LineItem objects within the order will be approved as well. This action does not make any changes to the LineItem::reservationStatus of the line items within the order. If there are reservable line items that have not been reserved the operation will not succeed. |
      ApproveOrders | The action used for approving Order objects. All LineItem objects within the order will be approved as well. For more information on what happens to an order and its line items when it is approved, see the Ad Manager Help Center.
|
      ApproveAndOverbookOrders | The action used for approving and overbooking Order objects. All LineItem objects within the order will be approved as well. For more information on what happens to an order and its line items when it is approved and overbooked, see the Ad Manager Help Center. |
      OrderServiceInterfaceChannel | |
      OrderService | Provides methods for creating, updating and retrieving Order objects |
      SiteTargetingInfo | Contains information required for AdWords advertisers to place their ads. |
      Placement | A |
      PlacementError | Class defining all validation errors for a placement. |
      PlacementServiceInterface | |
      PlacementPage | Captures a page of Placement objects. |
      PlacementAction | Represents the actions that can be performed on Placement objects. |
      DeactivatePlacements | The action used for deactivating Placement objects. |
      ArchivePlacements | The action used for archiving Placement objects. |
      ActivatePlacements | The action used for activating Placement objects. |
      PlacementServiceInterfaceChannel | |
      PlacementService | Provides methods for creating, updating and retrieving Placement objects |
      BuyerRfp | Represents the buyer RFP information associated with a Proposal describing the requirements from the buyer. |
      ProposalMarketplaceInfo | Marketplace info for a proposal with a corresponding order in Marketplace. |
      SalespersonSplit | A |
      ProposalCompanyAssociation | A |
      Proposal | A |
      WorkflowValidationError | Lists all errors associated with workflow validation |
      WorkflowActionError | Lists all errors associated with performing actions within WorkflowAction. |
      ProposalLineItemProgrammaticError | Errors associated with programmatic proposal line items. |
      ProposalLineItemError | Lists all errors associated with proposal line items. |
      ProposalError | Lists all errors associated with proposals. |
      ProposalActionError | Lists all errors associated with performing actions on Proposal objects. |
      ProductError | Lists all error reasons associated with products. |
      PackageError | Lists all errors associated with Package objects. |
      PackageActionError | Lists all errors for executing actions on Package objects. |
      DealError | Errors associated with creating or updating programmatic proposals. |
      BillingError | Lists all errors associated with the billing settings of a proposal or proposal line item. |
      ProposalServiceInterface | |
      MarketplaceCommentPage | Captures a page of MarketplaceComment objects. |
      MarketplaceComment | A comment associated with a programmatic Proposal that has been sent to Marketplace. |
      ProposalPage | Captures a page of Proposal objects. |
      ProposalAction | Represents the actions that can be performed on Proposal objects. |
      UpdateOrderWithSellerData | The action to update a finalized Marketplace Order with the seller's data. This action is only applicable for programmatic proposals. |
      UnarchiveProposals | The action used for unarchiving Proposal objects. |
      TerminateNegotiations | The action for marking all negotiations on the Proposal as terminated in Marketplace. |
      SubmitProposalsForApproval | The action used for submitting Proposal objects for approval. |
      RetractProposals | The action used for retracting Proposal objects. |
      RetractionDetails | Details describing why a Proposal was retracted. |
      ResumeProposals | The action used for resuming programmatic Proposal objects. This action is only applicable for programmatic proposals. |
      ReserveProposals | The action to reserve inventory for Proposal objects. It does not allow overbooking unless #allowOverbook is set to |
      RequestBuyerReview | The action used to request buyer review for the Proposal. This action is only applicable for programmatic Proposal. |
      RequestBuyerAcceptance | The action used to request acceptance from the buyer for the Proposal through Marketplace. This action does check forecasting unless #allowOverbook is set to |
      PauseProposals | The action used for pausing programmatic Proposal objects. This action is only applicable for programmatic proposals. |
      EditProposalsForNegotiation | Opens the non-free-editable fields of a Proposal for edit |
      DiscardLocalVersionEdits | The action for reverting the local Proposal modifications to reflect the latest terms and private data in Marketplace. This action is only applicable for programmatic proposals. |
      ArchiveProposals | The action used for archiving Proposal objects. |
      ProposalServiceInterfaceChannel | |
      ProposalService | Provides methods for adding, updating and retrieving Proposal objects. |
      ProposalLineItemMakegoodError | Lists all errors for makegood proposal line items. |
      ProposalLineItemActionError | Lists all errors for executing operations on proposal line items. |
      PreferredDealError | Errors associated with preferred deal proposal line items. |
      ProposalLineItemServiceInterface | |
      ProposalLineItemPage | Captures a page of ProposalLineItem objects. |
      ProposalLineItemAction | Represents the actions that can be performed on ProposalLineItem objects. |
      UnarchiveProposalLineItems | The action used for unarchiving ProposalLineItem objects. |
      ResumeProposalLineItems | The action used for resuming ProposalLineItem objects. |
      ReserveProposalLineItems | The action to reserve inventory for ProposalLineItem objects. It does not overbook inventory unless #allowOverbook is set to |
      ReleaseProposalLineItems | The action used for releasing inventory for ProposalLineItem objects. |
      PauseProposalLineItems | The action used for pausing ProposalLineItem objects. |
      ArchiveProposalLineItems | The action used for archiving ProposalLineItem objects. |
      ActualizeProposalLineItems | The action used for actualizing ProposalLineItem objects. |
      ProposalLineItemServiceInterfaceChannel | |
      ProposalLineItemService | Provides methods for creating, updating and retrieving ProposalLineItem objects |
      AdExclusionRule | Represents an inventory blocking rule, which prevents certain ads from being served to specified ad units. |
      AdExclusionRuleError | Ad exclusion rule specific errors. |
      AdExclusionRuleServiceInterface | |
      AdExclusionRulePage | Represents a page of AdExclusionRule objects. |
      AdExclusionRuleAction | Represents the actions that can be performed on AdExclusionRule objects. |
      DeactivateAdExclusionRules | Deactivate action. |
      ActivateAdExclusionRules | Activate action. |
      AdExclusionRuleServiceInterfaceChannel | |
      AdExclusionRuleService | Provides methods for creating, updating and retrieving AdExclusionRule objects |
      Row | Each Row object represents data about one entity in a ResultSet. |
      TargetingValue | Contains a Targeting value |
      ChangeHistoryValue | |
      ColumnType | Contains information about a column in a ResultSet. |
      ResultSet | The |
      PublisherQueryLanguageServiceInterface | |
      PublisherQueryLanguageServiceInterfaceChannel | |
      PublisherQueryLanguageService | Provides methods for executing a PQL Statement to retrieve information from the system. In order to support the selection of columns of interest from various tables, Statement objects support a "select" clause |
      ReportError | An error for an exception that occurred while running the report. |
      CurrencyCodeError | Errors related to currency codes. |
      ReportServiceInterface | |
      ReportDownloadOptions | Represents the options for an API report download request. See ReportService::getReportDownloadUrlWithOptions. |
      SavedQueryPage | A page of SavedQuery objects. |
      SavedQuery | A saved ReportQuery representing the selection criteria for running a report. |
      ReportQuery | A |
      ReportJob | Represents a report job that will be run to retrieve performance and statistics information about ad campaigns, networks, inventory and sales. |
      ReportServiceInterfaceChannel | |
      ReportService | Provides methods for executing a ReportJob and retrieving performance and statistics about ad campaigns, networks, inventory and sales |
      SuggestedAdUnit | A |
      SuggestedAdUnitPage | Contains a page of SuggestedAdUnit objects. |
      SuggestedAdUnitServiceInterface | |
      SuggestedAdUnitAction | Represents the actions that can be performed on SuggestedAdUnit objects. |
      ApproveSuggestedAdUnits | Action to approve SuggestedAdUnit objects. |
      SuggestedAdUnitUpdateResult | Represents the result of performing an action on SuggestedAdUnit objects. |
      SuggestedAdUnitServiceInterfaceChannel | |
      SuggestedAdUnitService | This service provides operations for retrieving and approving SuggestedAdUnit objects |
      Team | A |
      TeamServiceInterface | |
      TeamPage | Captures a page of Team objects. |
      TeamAction | Represents the actions that can be performed on Team objects. |
      DeactivateTeams | The action used for deactivating Team objects. |
      ActivateTeams | The action used for activating Team objects. |
      TeamServiceInterfaceChannel | |
      TeamService | Provides methods for creating, updating, and retrieving Team objects |
      UserRecord | The |
      User | Represents a user of the system |
      TokenError | An error for an exception that occurred when using a token. |
      UserServiceInterface | |
      Role | Each |
      UserPage | Captures a page of User objects |
      UserAction | Represents the actions that can be performed on User objects. |
      DeactivateUsers | The action used for deactivating User objects. |
      ActivateUsers | The action used for activating User objects. |
      UserServiceInterfaceChannel | |
      UserService | Provides operations for creating, updating and retrieving User objects |
      UserRecordTeamAssociation | |
      UserTeamAssociation | |
      UserTeamAssociationServiceInterface | |
      UserTeamAssociationPage | Captures a page of UserTeamAssociation objects. |
      UserTeamAssociationAction | Represents the actions that can be performed on UserTeamAssociation objects. |
      DeleteUserTeamAssociations | Action to delete the association between a User and a Team. |
      UserTeamAssociationServiceInterfaceChannel | |
      UserTeamAssociationService | Provides methods for creating, updating, and retrieving UserTeamAssociation objects |
      NativeStyle | Used to define the look and feel of native ads, for both web and apps. Native styles determine how native creatives look for a segment of inventory. |
      NativeStyleError | Errors for native styles. |
      NativeStyleServiceInterface | |
      NativeStylePage | Captures a page of NativeStyle objects. |
      NativeStyleAction | Represents an action that can be performed on native styles. |
      DeactivateNativeStyles | Action to deactivate native styles. |
      ArchiveNativeStyles | Action to archive native styles. |
      ActivateNativeStyles | Action to activate native styles. |
      NativeStyleServiceInterfaceChannel | |
      NativeStyleService | Provides methods for creating and retrieving NativeStyle objects. |
      HistoricalBasisVolumeSettings | Settings to specify the volume of ad opportunities per day over the ForecastAdjustment date range based on the traffic volume of a historical reference period |
      TotalVolumeSettings | Settings to specify a single total traffic volume that will be used as the expected total future volume for a forecast adjustment |
      ForecastAdjustment | Provides information about the expected volume and composition of traffic over a date range for a traffic forecast segment. |
      TrafficForecastSegmentError | Lists all errors associated with traffic forecast segments. |
      ForecastAdjustmentError | Lists all errors associated with forecast adjustments. |
      DateError | A list of all errors associated with the dates. |
      AdjustmentError | Lists all errors associated with adjustments. |
      AdjustmentServiceInterface | |
      TrafficForecastSegment | An entity that defines a segment of traffic that will be adjusted or explored. |
      ForecastAdjustmentPage | A page of ForecastAdjustmentDto objects. |
      TrafficForecastSegmentPage | A page of TrafficForecastSegmentDto objects. |
      ForecastAdjustmentAction | Represents the actions that can be performed on com.google.ads.publisher.api.service.adjustment.ForecastAdjustment objects. |
      DeactivateForecastAdjustments | The action used for deactivating ForecastAdjustment objects. |
      ActivateForecastAdjustments | The action used for activating ForecastAdjustment objects. |
      AdjustmentServiceInterfaceChannel | |
      AdjustmentService | Provides methods for creating, updating, and retrieving ForecastAdjustments and TrafficForecastSegments |
      CmsMetadataKey | Key associated with a piece of content from a publisher's CMS. |
      CmsMetadataKeyPage | Captures a page of CMS metadata key objects. |
      MetadataMergeSpecError | Errors associated with metadata merge specs. |
      CmsMetadataServiceInterface | |
      CmsMetadataValuePage | Captures a page of CMS metadata value objects. |
      CmsMetadataValue | Key value pair associated with a piece of content from a publisher's CMS. |
      CmsMetadataKeyAction | Represents the actions that can be performed on CmsMetadataKey objects. |
      DeactivateCmsMetadataKeys | The action used for deactivating CmsMetadataKey objects. |
      ActivateCmsMetadataKeys | The action used for activating CmsMetadataKey objects. |
      CmsMetadataValueAction | Represents the actions that can be performed on CmsMetadataValue objects. |
      DeactivateCmsMetadataValues | The action used for deactivating CmsMetadataValue objects. |
      ActivateCmsMetadataValues | The action used for activating CmsMetadataValue objects. |
      CmsMetadataServiceInterfaceChannel | |
      CmsMetadataService | Provides methods for querying CMS metadata keys and values |
      TargetingPreset | User-defined preset targeting criteria. |
      TargetingPresetPage | Captures a paged query of TargetingPresetDto objects. |
      TargetingPresetServiceInterface | |
      TargetingPresetServiceInterfaceChannel | |
      TargetingPresetService | Service for interacting with Targeting Presets. |
      BaseAdRuleSlot | Simple object representing an ad slot within an AdRule. Ad rule slots contain information about the types/number of ads to display, as well as additional information on how the ad server will generate playlists. |
      UnknownAdRuleSlot | The BaseAdRuleSlot subtype returned if the actual type is not exposed by the requested API version. |
      StandardPoddingAdRuleSlot | An ad rule slot with standard podding. A standard pod is a series of video ads played back to back. Standard pods are defined by a BaseAdRuleSlot::maxAdsInPod and a BaseAdRuleSlot::maxVideoAdDuration. |
      OptimizedPoddingAdRuleSlot | Ad rule slot with optimized podding. Optimized pods are defined by a BaseAdRuleSlot::maxPodDuration and a BaseAdRuleSlot::maxAdsInPod, and the ad server chooses the best ads for the alloted duration. |
      NoPoddingAdRuleSlot | An ad rule slot with no podding. It is defined by a BaseAdRuleSlot::maxVideoAdDuration. |
      AdRule | An AdRule contains data that the ad server will use to generate a playlist of video ads. |
      PoddingError | Errors related to podding fields in ad rule slots. |
      AdRuleTargetingError | Lists all errors associated with ad rule targeting. |
      AdRuleSlotError | Errors related to ad rule slots. |
      AdRulePriorityError | Errors associated with ad rule priorities. |
      AdRuleFrequencyCapError | Errors related to ad rule frequency caps |
      AdRuleError | Errors ad rule break template objects. |
      AdRuleDateError | Lists all errors associated with ad rule start and end dates. |
      AdRuleServiceInterface | |
      AdSpot | A AdSpot is a targetable entity used in the creation of AdRule objects |
      BreakTemplate | A BreakTemplate defines what kinds of ads show at which positions within a pod |
      BreakTemplateBreakTemplateMember | A building block of a pod template. |
      AdRulePage | Captures a page of AdRule objects. |
      AdSpotPage | Captures a page of AdSpot objects. |
      BreakTemplatePage | Captures a page of BreakTemplate objects. |
      AdRuleAction | Represents the actions that can be performed on AdRule objects. |
      DeleteAdRules | The action used for deleting AdRule objects. |
      DeactivateAdRules | The action used for pausing AdRule objects. |
      ActivateAdRules | The action used for resuming AdRule objects. |
      AdRuleServiceInterfaceChannel | |
      AdRuleService | Provides methods for creating, updating and retrieving AdRule objects |
      CreativeReview | |
      CreativeReviewPage | |
      CreativeReviewServiceInterface | |
      CreativeReviewAction | |
      DisapproveCreativeReviews | |
      ArchiveCreativeReviews | |
      ApproveCreativeReviews | |
      CreativeReviewServiceInterfaceChannel | |
      CreativeReviewService | |
      TrackingEventPing | |
      CreativeTranscode | |
      AdDecisionCreative | |
      SamError | |
      AdResponse | |
      AdBreak | |
      StreamCreateRequest | |
      VodStreamCreateRequest | |
      LinearStreamCreateRequest | |
      SamSession | |
      SamSessionError | |
      StreamActivityMonitorServiceInterface | |
      StreamActivityMonitorServiceInterfaceChannel | |
      StreamActivityMonitorService | |
      AudioSettings | Information about the audio settings of an encoding profile. |
      VideoSettings | Information about the video settings of an encoding profile. |
      DaiEncodingProfile | A DaiEncodingProfile contains data about a publisher's encoding profiles. Ad Manager Dynamic Ad Insertion (DAI) uses the profile information about the content to select an appropriate ad transcode to play for the particular video. |
      DaiEncodingProfileVariantSettingsError | Lists all errors associated with encoding profile variant settings. |
      DaiEncodingProfileUpdateError | Lists all errors associated with encoding profile updates. |
      DaiEncodingProfileNameError | Lists all errors associated with encoding profile names. |
      DaiEncodingProfileContainerSettingsError | Lists all errors associated with encoding profile container settings. |
      DaiEncodingProfileServiceInterface | |
      DaiEncodingProfilePage | Captures a page of DaiEncodingProfile objects. |
      DaiEncodingProfileAction | Represents the actions that can be performed on DaiEncodingProfile objects. |
      ArchiveDaiEncodingProfiles | The action used for archiving DaiEncodingProfile objects. |
      ActivateDaiEncodingProfiles | The action used for activating DaiEncodingProfile objects. |
      DaiEncodingProfileServiceInterfaceChannel | |
      DaiEncodingProfileService | Provides methods for creating, updating and retrieving DaiEncodingProfile objects |
      Site | |
      SiteError | |
      SiteServiceInterface | |
      SitePage | |
      SiteAction | |
      SubmitSiteForApproval | |
      DeactivateSite | |
      SiteServiceInterfaceChannel | |
      SiteService | |
      BaseContact | Base class for a Contact. |
      Contact | A |
      ContactError | Errors associated with |
      ContactServiceInterface | |
      ContactPage | Captures a page of Contact objects. |
      ContactServiceInterfaceChannel | |
      ContactService | Provides methods for creating, updating and retrieving Contact objects. |
      DaiAuthenticationKey | A |
      DaiAuthenticationKeyActionError | Lists all errors associated with DAI authentication key actions. |
      DaiAuthenticationKeyServiceInterface | |
      DaiAuthenticationKeyPage | Captures a page of DaiAuthenticationKey objects. |
      DaiAuthenticationKeyAction | Represents the actions that can be performed on DaiAuthenticationKey objects. |
      DeactivateDaiAuthenticationKeys | The action used for deactivating DaiAuthenticationKey objects. |
      ActivateDaiAuthenticationKeys | The action used for activating DaiAuthenticationKey objects. |
      DaiAuthenticationKeyServiceInterfaceChannel | |
      DaiAuthenticationKeyService | Provides methods for creating, updating and retrieving DaiAuthenticationKey objects. |
      FirstPartyAudienceSegmentRule | Rule of a FirstPartyAudienceSegment that defines user's eligibility criteria to be part of a segment. |
      AudienceSegmentDataProvider | Data provider that owns this segment. For a FirstPartyAudienceSegment, it would be the publisher network. For a SharedAudienceSegment or a ThirdPartyAudienceSegment, it would be the entity that provides that AudienceSegment. |
      AudienceSegment | An AudienceSegment represents audience segment object. |
      SharedAudienceSegment | A SharedAudienceSegment is an AudienceSegment owned by another entity and shared with the publisher network. |
      ThirdPartyAudienceSegment | A ThirdPartyAudienceSegment is an AudienceSegment owned by a data provider and licensed to the Ad Manager publisher. |
      FirstPartyAudienceSegment | A FirstPartyAudienceSegment is an AudienceSegment owned by the publisher network. |
      RuleBasedFirstPartyAudienceSegmentSummary | A RuleBasedFirstPartyAudienceSegmentSummary is a FirstPartyAudienceSegment owned by the publisher network. |
      RuleBasedFirstPartyAudienceSegment | A RuleBasedFirstPartyAudienceSegment is a FirstPartyAudienceSegment owned by the publisher network. It contains a rule. |
      NonRuleBasedFirstPartyAudienceSegment | A NonRuleBasedFirstPartyAudienceSegment is a FirstPartyAudienceSegment owned by the publisher network. It doesn't contain a rule. Cookies are usually added to this segment via cookie upload |
      AudienceSegmentServiceInterface | |
      AudienceSegmentPage | Represents a page of AudienceSegment objects. |
      AudienceSegmentAction | Action that can be performed on AudienceSegment objects. |
      RejectAudienceSegments | Action that can be performed on ThirdPartyAudienceSegment objects to reject them. |
      PopulateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to populate them based on last 30 days of traffic. |
      DeactivateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to deactivate them. |
      ApproveAudienceSegments | Action that can be performed on ThirdPartyAudienceSegment objects to approve them. |
      ActivateAudienceSegments | Action that can be performed on FirstPartyAudienceSegment objects to activate them. |
      AudienceSegmentServiceInterfaceChannel | |
      AudienceSegmentService | Provides operations for creating, updating and retrieving AudienceSegment objects. |
      SecurityPolicySettings | A set of security requirements to authenticate against in order to access video content. Different locations (e.g. different CDNs) can have different security policies. |
      MediaLocationSettings | Configuration that associates a media location with a security policy and the authentication credentials needed to access the content. |
      SourceContentConfiguration | Parameters about this CDN configuration as a source of content. This facilitates fetching the original content for conditioning and delivering the original content as part of a modified stream. |
      CdnConfiguration | A CdnConfiguration encapsulates information about where and how to ingest and deliver content enabled for DAI (Dynamic Ad Insertion). |
      CdnConfigurationError | Errors associated with CdnConfigurations. |
      CdnConfigurationServiceInterface | |
      CdnConfigurationPage | Captures a page of CdnConfiguration objects. |
      CdnConfigurationAction | Represents the actions that can be performed on CdnConfiguration objects. |
      ArchiveCdnConfigurations | The action used for archiving CdnConfiguration objects. |
      ActivateCdnConfigurations | The action used for activating CdnConfiguration objects. |
      CdnConfigurationServiceInterfaceChannel | |
      CdnConfigurationService | Provides methods for creating, updating and retrieving CdnConfiguration objects. |
      ViewabilityProvider | Information required for Company of Type VIEWABILITY_PROVIDER. It contains all of the data needed to capture viewability metrics. |
      CompanySettings | Settings for a Company. |
      Company | A |
      CompanyServiceInterface | |
      CompanyPage | Captures a page of Company objects. |
      CompanyAction | Represents the actions that can be performed on |
      EndAgreementAction | The action used by the parent network to withdraw from being the MCM parent for a child. |
      CompanyServiceInterfaceChannel | |
      CompanyService | Provides operations for creating, updating and retrieving Company objects. |
      ContentBundle | A |
      ContentFilterError | Errors associated with the incorrect creation of a Condition. |
      ContentBundleServiceInterface | |
      ContentBundlePage | Captures a page of ContentBundle objects. |
      ContentBundleAction | Represents the actions that can be performed on ContentBundle objects. |
      ExcludeContentFromContentBundle | The action used for explicitly excluding specific content from a ContentBundle object. |
      DeactivateContentBundles | The action used for deactivating ContentBundle objects. |
      ActivateContentBundles | The action used for activating ContentBundle objects. |
      ContentBundleServiceInterfaceChannel | |
      ContentBundleService | Provides methods for creating, updating and retrieving ContentBundle objects |
      IActivityGroupService | Provides methods for creating, updating and retrieving ActivityGroup objects |
      IContentService | Service for retrieving Content |
      ICreativeService | Provides methods for adding, updating and retrieving Creative objects |
      ICreativeSetService | Provides methods for adding, updating and retrieving CreativeSet objects. |
      ICreativeTemplateService | Provides methods for retrieving CreativeTemplate objects. |
      ICreativeWrapperService | Provides methods for the creation and management of creative wrappers. CreativeWrappers allow HTML snippets to be served along with creatives |
      ICustomTargetingService | Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects. |
      ICustomFieldService | Provides methods for the creation and management of CustomField objects. |
      IForecastService | Provides methods for estimating traffic (clicks/impressions) for line items. Forecasts can be provided for LineItem objects that exist in the system or which have not had an ID set yet |
      IInventoryService | |
      ILabelService | Provides methods for the creation and management of Labels. |
      IActivityService | Provides methods for creating, updating and retrieving Activity objects |
      ILineItemCreativeAssociationService | Provides operations for creating, updating and retrieving LineItemCreativeAssociation objects |
      ILineItemService | Provides methods for creating, updating and retrieving LineItem objects |
      ILineItemTemplateService | Provides methods for creating, updating and retrieving LineItemTemplate objects. |
      ILiveStreamEventService | Provides methods for creating, updating and retrieving LiveStreamEvent objects |
      IMobileApplicationService | Provides methods for retrieving MobileApplication objects. |
      INetworkService | Provides operations for retrieving information related to the publisher's networks. This service can be used to obtain the list of all networks that the current login has access to, or to obtain information about a specific network. |
      IOrderService | Provides methods for creating, updating and retrieving Order objects |
      IPlacementService | Provides methods for creating, updating and retrieving Placement objects |
      IProposalService | Provides methods for adding, updating and retrieving Proposal objects. |
      IProposalLineItemService | Provides methods for creating, updating and retrieving ProposalLineItem objects |
      IAdExclusionRuleService | Provides methods for creating, updating and retrieving AdExclusionRule objects |
      IPublisherQueryLanguageService | Provides methods for executing a PQL Statement to retrieve information from the system. In order to support the selection of columns of interest from various tables, Statement objects support a "select" clause |
      IReportService | Provides methods for executing a ReportJob and retrieving performance and statistics about ad campaigns, networks, inventory and sales |
      ISuggestedAdUnitService | This service provides operations for retrieving and approving SuggestedAdUnit objects |
      ITeamService | Provides methods for creating, updating, and retrieving Team objects |
      IUserService | Provides operations for creating, updating and retrieving User objects |
      IUserTeamAssociationService | Provides methods for creating, updating, and retrieving UserTeamAssociation objects |
      INativeStyleService | Provides methods for creating and retrieving NativeStyle objects. |
      IAdjustmentService | Provides methods for creating, updating, and retrieving ForecastAdjustments and TrafficForecastSegments |
      ICmsMetadataService | Provides methods for querying CMS metadata keys and values |
      ITargetingPresetService | Service for interacting with Targeting Presets. |
      IAdRuleService | Provides methods for creating, updating and retrieving AdRule objects |
      ICreativeReviewService | |
      IStreamActivityMonitorService | |
      IDaiEncodingProfileService | Provides methods for creating, updating and retrieving DaiEncodingProfile objects |
      ISiteService | |
      IContactService | Provides methods for creating, updating and retrieving Contact objects. |
      IDaiAuthenticationKeyService | Provides methods for creating, updating and retrieving DaiAuthenticationKey objects. |
      IAudienceSegmentService | Provides operations for creating, updating and retrieving AudienceSegment objects. |
      ICdnConfigurationService | Provides methods for creating, updating and retrieving CdnConfiguration objects. |
      ICompanyService | Provides operations for creating, updating and retrieving Company objects. |
      IContentBundleService | Provides methods for creating, updating and retrieving ContentBundle objects |
    AdWords | |
     Examples | |
      CSharp | |
       OAuth | |
        ConsoleExample | This code example shows how to run an AdWords API command line application while incorporating the OAuth2 installed application flow into your application. If your application uses a single AdWords manager account login to make calls to all your accounts, you shouldn't use this code example. Instead, you should run Common\Util\OAuth2TokenGenerator.cs to generate a refresh token and set that in user.Config.OAuth2RefreshToken field, or set OAuth2RefreshToken key in your App.config / Web.config |
        Default | Code-behind class for Default.aspx. |
        OAuthLogin | Login and callback page for handling OAuth2 authentication. |
       v201809 | |
        AcceptServiceLink | This code example accepts a pending invitation to link your AdWords account to a Google Merchant Center account. |
        CreateAccount | This code example illustrates how to create an account. Note by default, this account will only be accessible via its parent AdWords manager account. |
        GetAccountChanges | This code example gets the changes in the account during the last 24 hours. |
        GetAccountHierarchy | This code example illustrates how to retrieve the account hierarchy under an account. This code example won't work with Test Accounts. See https://developers.google.com/adwords/api/docs/test-accounts |
        AddAdCustomizers | This code example adds an ad customizer feed. Then it adds an ad in two different ad groups that uses the feed to populate dynamic data. |
        AddAdGroupBidModifier | This code example illustrates how to add ad group level mobile bid modifier override. |
        AddClickToDownloadAd | This code example creates a click-to-download ad, also known as an app promotion ad to a given ad group. To list ad groups, run GetAdGroups.cs. |
        AddDynamicPageFeed | This code example adds a page feed to specify precisely which URLs to use with your Dynamic Search Ads campaign. To create a Dynamic Search Ads campaign, run AddDynamicSearchAdsCampaign.cs. To get campaigns, run GetCampaigns.cs. |
        AddDynamicSearchAdsCampaign | This code example adds a Dynamic Search Ads campaign. To get campaigns, run GetCampaigns.cs. |
        AddExpandedTextAdWithUpgradedUrls | This code example adds an expanded text ad that uses advanced features of upgraded URLs. |
        AddGmailAd | This code example adds a Gmail ad to a given ad group. The ad group's campaign needs to have an AdvertisingChannelType of DISPLAY and AdvertisingChannelSubType of DISPLAY_GMAIL_AD. To get ad groups, run GetAdGroups.cs. |
        AddHtml5Ad | This code example adds an HTML5 ad to a given ad group. To get ad groups, run GetAdGroups.cs. |
        AddMultiAssetResponsiveDisplayAd | This code example adds a responsive display ad (MultiAssetResponsiveDisplayAd) to an ad group. Image assets are uploaded using AssetService. To get ad groups, run GetAdGroups.cs. |
        AddResponsiveDisplayAd | This code example adds an image representing the ad using the MediaService and then adds a responsive display ad to an ad group. To get ad groups, run GetAdGroups.cs. |
        AddShoppingDynamicRemarketingCampaign | This code example adds a Shopping dynamic remarketing campaign for the Display Network via the following steps:
-
Creates a new Display Network campaign.
-
Links the campaign with Merchant Center.
-
Links the user list to the ad group.
-
Creates a responsive display ad to render the dynamic text.
|
        AddUniversalAppCampaign | This code example adds a universal app campaign. To get campaigns, run GetCampaigns.cs. To upload image assets for this campaign, use UploadImage.cs. |
        CreateAndAttachSharedKeywordSet | This code example creates a shared keyword list, adds keywords to the list and attaches it to an existing campaign. To get the list of campaigns, run GetCampaigns.cs. |
        FindAndRemoveCriteriaFromSharedSet | This code example demonstrates how to find and remove shared sets and shared set criteria. |
        GetAdGroupBidModifiers | This code example illustrates how to retrieve ad group level mobile bid modifiers for a campaign. |
        UsePortfolioBiddingStrategy | This code example adds a portfolio bidding strategy and uses it to construct a campaign. |
        AddAdGroupDemographicCriteria | This code example adds demographic target criteria to an ad group. To get ad groups, run AddAdGroup.cs. |
        AddAdGroups | This code example illustrates how to create ad groups. To create campaigns, run AddCampaigns.cs. |
        AddCampaigns | This code example adds campaigns. To get campaigns, run GetCampaigns.cs. |
        AddExpandedTextAds | This code example adds expanded text ads to a given ad group. To list ad groups, run GetAdGroups.cs. |
        AddKeywords | This code example adds keywords to an ad group. To get ad groups, run GetAdGroups.cs. |
        AddResponsiveSearchAd | This code example adds a responsive search ad to a given ad group. To get ad groups, run GetAdGroups.cs. |
        GetAdGroups | This code example illustrates how to retrieve all the ad groups for a campaign. To create an ad group, run AddAdGroup.cs. |
        GetCampaigns | This code example lists all campaigns. To add a campaign, run AddCampaign.cs. |
        GetCampaignsWithAwql | This code example lists all campaigns using an AWQL query. See https://developers.google.com/adwords/api/docs/guides/awql for AWQL documentation. To add a campaign, run AddCampaign.cs. |
        GetExpandedTextAds | This code example retrieves all expanded text ads given an existing ad group. To add expanded text ads to an existing ad group, run AddExpandedTextAds.cs. |
        GetKeywords | This code example gets all keywords in an ad group. To add keywords, run AddKeywords.cs. |
        GetResponsiveSearchAds | This code example gets non-removed responsive search ads in an ad group. To add responsive search ads, run AddResponsiveSearchAd.cs. To get ad groups, run GetAdGroups.cs. |
        PauseAd | This code example pauses a given ad. To list all ads, run GetExpandedTextAds.cs. |
        RemoveAd | This code example removes an ad using the 'REMOVE' operator. To list ads, run GetTextAds.cs. |
        RemoveAdGroup | This code example removes an ad group by setting the status to 'REMOVED'. To get ad groups, run GetAdGroups.cs. |
        RemoveCampaign | This code example removes a campaign by setting the status to 'REMOVED'. To get campaigns, run GetCampaigns.cs. |
        RemoveKeyword | This code example removes a keyword using the 'REMOVE' operator. To get keywords, run GetKeywords.cs. |
        UpdateAdGroup | This code example illustrates how to update an ad group, setting its status to 'PAUSED', and its CPC bid to a new value if specified. To create an ad group, run AddAdGroup.cs. |
        UpdateCampaign | This code example updates a campaign. To get campaigns, run GetCampaigns.cs. |
        UpdateExpandedTextAd | This code example updates an expanded text ad. To get expanded text ads, run GetExpandedTextAds.cs. |
        UpdateKeyword | This code example updates the bid of a keyword. To get keyword, run GetKeywords.cs. |
        AddCampaignGroupsAndPerformanceTargets | This code example adds a campaign group and sets a performance target for that group. To get campaigns, run GetCampaigns.cs. To download reports, run DownloadCriteriaReportWithAwql.cs. |
        AddCampaignLabels | This code example adds a label to multiple campaigns. |
        AddCompleteCampaignsUsingBatchJob | This code sample illustrates how to use BatchJobService to create multiple complete campaigns, including ad groups and keywords. |
        AddCompleteCampaignsUsingStreamingBatchJob | This code sample illustrates how to use BatchJobService to create multiple complete campaigns, including ad groups and keywords. |
        AddDraft | This code example illustrates how to create a draft and access its associated draft campaign. See the Campaign Drafts and Experiments guide for more information: https://developers.google.com/adwords/api/docs/guides/campaign-drafts-experiments |
        AddKeywordsUsingIncrementalBatchJob | This code sample illustrates how to perform asynchronous requests using BatchJobService and incremental uploads of operations. It also demonstrates how to cancel a running batch job. |
        AddTrial | This code example illustrates how to create a trial and wait for it to complete. See the Campaign Drafts and Experiments guide for more information: https://developers.google.com/adwords/api/docs/guides/campaign-drafts-experiments |
        GetAllDisapprovedAds | This code example retrieves all the disapproved ads in a given campaign. |
        GetAllDisapprovedAdsWithAwql | This code example retrieves all the disapproved ads in a given campaign using AWQL. See https://developers.google.com/adwords/api/docs/guides/awql for AWQL documentation. |
        GetCampaignsByLabel | This code example gets all campaigns with a specific label. To add a label to campaigns, run AddCampaignLabels.cs. |
        GraduateTrial | This code example illustrates how to graduate a trial. See the Campaign Drafts and Experiments guide for more information: https://developers.google.com/adwords/api/docs/guides/campaign-drafts-experiments |
        SetAdParameters | This code example illustrates how to create a text ad with ad parameters. To add an ad group, run AddAdGroup.cs. To add a keyword, run run AddKeyword.cs. |
        SetBidModifier | This code example sets a bid modifier for the mobile platform on given campaign. The campaign must be an enhanced type of campaign. To get campaigns, run GetCampaigns.cs. To enhance a campaign, run SetCampaignEnhanced.cs. |
        ValidateTextAd | This code example shows how to use the validateOnly header to validate an expanded text ad. No objects will be created, but exceptions will still be thrown. |
        HandlePartialFailures | This code example demonstrates how to handle partial failures. |
        HandleRateExceededError | This code example shows how to handle RateExceededError in your application. To trigger the rate exceeded error, this code example runs 100 threads in parallel, each thread attempting to validate 100 keywords in a single request. Note that spawning 100 parallel threads is for illustrative purposes only, you shouldn't do this in your application. |
        AddGoogleMyBusinessLocationExtensions | This code example adds a feed that syncs feed items from a Google My Business (GMB) account and associates the feed with a customer. |
        AddPrices | This code example adds a price extension and associates it with an account. Campaign targeting is also set using the specified campaign ID. To get campaigns, run AddCampaigns.cs. |
        AddSitelinks | This code example adds sitelinks to a campaign. To create a campaign, run AddCampaign.cs. |
        AddSitelinksUsingFeeds | This code example adds sitelinks to a campaign using feed services. To create a campaign, run AddCampaign.cs. To add sitelinks using the simpler ExtensionSetting services, see AddSitelinks.cs. |
        MigrateToExtensionSettings | This code example migrates your feed based sitelinks at campaign level to use extension settings. To learn more about extensionsettings, see https://developers.google.com/adwords/api/docs/guides/extension-settings. To learn more about migrating Feed based extensions to extension settings, see https://developers.google.com/adwords/api/docs/guides/migrate-to-extension-settings. |
        GetAllImageAssets | This code example gets all image assets. To upload an image asset, run UploadImageAsset.cs. |
        GetAllVideosAndImages | This code example gets all videos and images. Use the Google Ads website to upload new videos. To upload image, run UploadImage.cs. |
        UploadImage | This code example uploads an image. To get images, run GetAllVideosAndImages.cs. |
        UploadImageAsset | This code example uploads an image asset. To get images, run GetAllImageAssets.cs. |
        UploadMediaBundle | This code example uploads an HTML5 zip file. |
        EstimateKeywordTraffic | This code example gets keyword traffic estimates. |
        GetAdGroupBidSimulations | This code example gets bid landscapes for an ad group. To get ad groups, run GetAdGroups.cs. |
        GetCampaignCriterionBidModifierSimulations | This code example gets all available campaign mobile bid modifier landscapes for a given campaign. To get campaigns, run GetCampaigns.cs. |
        GetKeywordBidSimulations | This code example gets a bid landscape for an ad group and a keyword. To get ad groups, run GetAdGroups.cs. To get keywords, run GetKeywords.cs. |
        GetKeywordIdeas | This code example retrieves keywords that are related to a given keyword. |
        AddAudience | This code example illustrates how to create a user list a.k.a. audience. |
        AddConversionTrackers | This code example adds an AdWords conversion tracker and an upload conversion tracker. |
        AddCrmBasedUserList | This code example adds a user list (a.k.a. audience) and uploads hashed email addresses to populate the list |
        AddRuleBasedRemarketingList | This code example adds two rule-based remarketing user lists: one with no site visit date restrictions, and another that will only include users who visit your site in the next six months. See https://developers.google.com/adwords/api/docs/guides/rule-based-remarketing to learn more about rule based remarketing. |
        UploadOfflineCallConversions | This code example imports offline call conversion values for calls related to the ads in your account. |
        UploadOfflineConversionAdjustments | This code example demonstrates adjusting one conversion, but you can add more than one operation in a single mutate request. |
        UploadOfflineConversions | This code example imports offline conversion values for specific clicks to your account. To get Google Click ID for a click, run CLICK_PERFORMANCE_REPORT. To set up a conversion tracker, run the AddConversionTrackers.cs example. |
        UploadOfflineData | This code example shows how to upload offline data for store sales transactions. |
        DownloadCriteriaReportWithAwql | This code example gets and downloads a criteria Ad Hoc report from an AWQL query. See https://developers.google.com/adwords/api/docs/guides/awql for AWQL documentation. |
        DownloadCriteriaReportWithSelector | This code example gets and downloads a criteria Ad Hoc report from an XML report definition. |
        GetReportFields | This code example gets report fields. |
        ParallelReportDownload | This code example runs a report for every advertiser account under a given manager account, using multiple parallel threads. This code example needs to be run against an AdWords manager account. |
         FailedReportDownload | Represents a report download that failed. |
         ReportDownloadData | A data structure to hold data specific for a particular report download thread. |
         SuccessfulReportDownload | Represents a report that was successfully downloaded. |
        StreamCriteriaReportResults | This code example streams the results of an ad hoc report, collecting total impressions by network from each line. This demonstrates how you can extract data from a large report without holding the entire result set in memory or using files. |
        CriteriaReportRow | The class that holds the data of one row of the report. |
        StreamCriteriaReportToPoco | This code example streams the results of an ad hoc report, and returns the data in the report as objects of a given type. |
        StreamReportToPredefinedReportRowType | This code example streams the results of an ad hoc report, and returns the data in the report as objects of a predefined report row type. |
        AddProductPartitionTree | This code example creates a ProductPartition tree. |
        AddProductScope | This code example restricts the products that will be included in the campaign by setting a ProductScope. |
        AddShoppingCampaign | This code example adds a Shopping campaign. |
        AddShoppingCampaignForShowcaseAds | This code example adds a Shopping campaign for Showcase ads. |
        AddSmartShoppingAd | This code example adds a Smart Shopping campaign with an ad group and ad group ad. |
        GetProductCategoryTaxonomy | This code example fetches the set of valid ProductBiddingCategories. |
        AddCampaignTargetingCriteria | This code example adds various types of targeting criteria to a campaign. To get a list of campaigns, run GetCampaigns.cs. |
        AddCustomerNegativeCriteria | This code example adds various types of negative criteria to a customer. These criteria will be applied to all campaigns for the customer. |
        GetCampaignTargetingCriteria | This code example gets all targeting criteria for a campaign. To set campaign targeting criteria, run AddCampaignTargetingCriteria.cs. To get campaigns, run GetCampaigns.cs. |
        GetTargetableLanguagesAndCarriers | This code example illustrates how to retrieve all carriers and languages available for targeting. |
        LookupLocation | This code example gets location criteria by name. |
       ExampleBase | This abstract class represents a code example. |
       ExampleUtilities | Utility class for assisting in running code examples. |
       Program | The Main class for this application. |
     Headers | |
      RequestHeader | This class represents an AdWords SOAP request header. |
      ResponseHeader | This class represents an AdWords SOAP response header. |
     Lib | |
      AdWordsApiException | Custom exception class for wrapping AdWords API SOAP exceptions. |
      AdWordsAppConfig | This class reads the configuration keys from App.config. |
      AdWordsException | Base class for all exceptions specific to AdWords. |
      AdWordsService | Lists all the services available through this library. |
       v201809 | All the services available in v201809. |
      AdWordsServiceFactory | The factory class for all AdWords API services. |
      AdWordsServiceSignature | Service creation params for AdWords API family of services. |
      AdWordsSoapClient< TChannel > | Base class for AdWords API services. |
      AdWordsSoapHeaderInspector | Inspector that adds a SOAP request header to outbound requests and records API operation counts. |
      AdWordsTraceListener | Listens to SOAP messages sent and received by this library. |
      AdWordsUser | Represents an AdWords API user. |
      ApiCallEntry | Represents an API call that was made to the AdWords API server. |
     Util | |
      BatchJob | |
       v201809 | |
        BatchJobUtilities | Utility methods to upload operations for a batch job, and download the results. |
       AdWordsBulkRequestException | Represents an exception when trying to upload or download operations for a batch job. |
       BatchJobUtilitiesBase | Utility methods to upload operations for a batch job, and download the results. |
       BatchUploadProgress | Class to track the progress for streamed batch upload. |
       BulkJobErrorHandler | Error handler for bulk job requests. |
       CloudStorageError | An error from Google Cloud Storage servers. |
       CloudStorageErrorDetail | Additional details of a CloudStorageError. |
       CloudStorageErrorResponse | An error response from Google Cloud Storage servers. |
      Reports | |
       v201809 | |
        KeywordsPerformanceReportReportRow | |
        AdPerformanceReportReportRow | |
        UrlPerformanceReportReportRow | |
        AdgroupPerformanceReportReportRow | |
        CampaignPerformanceReportReportRow | |
        AccountPerformanceReportReportRow | |
        GeoPerformanceReportReportRow | |
        SearchQueryPerformanceReportReportRow | |
        AutomaticPlacementsPerformanceReportReportRow | |
        CampaignNegativeKeywordsPerformanceReportReportRow | |
        CampaignNegativePlacementsPerformanceReportReportRow | |
        DestinationUrlReportReportRow | |
        SharedSetReportReportRow | |
        CampaignSharedSetReportReportRow | |
        SharedSetCriteriaReportReportRow | |
        CreativeConversionReportReportRow | |
        CallMetricsCallDetailsReportReportRow | |
        KeywordlessQueryReportReportRow | |
        KeywordlessCategoryReportReportRow | |
        CriteriaPerformanceReportReportRow | |
        ClickPerformanceReportReportRow | |
        BudgetPerformanceReportReportRow | |
        BidGoalPerformanceReportReportRow | |
        DisplayKeywordPerformanceReportReportRow | |
        PlaceholderFeedItemReportReportRow | |
        PlacementPerformanceReportReportRow | |
        CampaignNegativeLocationsReportReportRow | |
        GenderPerformanceReportReportRow | |
        AgeRangePerformanceReportReportRow | |
        CampaignLocationTargetReportReportRow | |
        CampaignAdScheduleTargetReportReportRow | |
        PaidOrganicQueryReportReportRow | |
        AudiencePerformanceReportReportRow | |
        DisplayTopicsPerformanceReportReportRow | |
        UserAdDistanceReportReportRow | |
        ShoppingPerformanceReportReportRow | |
        ProductPartitionReportReportRow | |
        ParentalStatusPerformanceReportReportRow | |
        PlaceholderReportReportRow | |
        AdCustomizersFeedItemReportReportRow | |
        LabelReportReportRow | |
        FinalUrlReportReportRow | |
        VideoPerformanceReportReportRow | |
        TopContentPerformanceReportReportRow | |
        CampaignCriteriaReportReportRow | |
        CampaignGroupPerformanceReportReportRow | |
        LandingPageReportReportRow | |
        MarketplacePerformanceReportReportRow | |
        ReportQuery | A reporting query, returned by ReportQueryBuilder |
        ReportQueryBuilder | Class for building report queries. |
        SelectQuery | A select query, returned by SelectQueryBuilder |
        SelectQueryBuilder | Class for building selector queries. |
        WhereBuilder< TParent > | Builder for WHERE clause. |
       AdWordsReportsException | Custom exception class for handling reporting errors. |
       IReportDefinition | Marker interface for ReportDefinition. |
       IReportDefinitionField | Marker interface for ReportDefinitionField. |
       AwReport< A > | A class for parsing text AdWords reports into POCOs. |
       AwXmlTextReader | An implementation of using XML. |
       ColumnValuePair | A class to hold two strings, the column name and the value in that column for a row in a report. |
       InputTextReader | An Interface for use by the report parsing classes. |
       ReportColumn | A type used for annotating properties that will hold the values of a row of a report. The names of the properties that are annotated with ReportColumn must match the name of the columns in the AdWords report, and the type of the property must be compatible with the data in that column. |
       IWhereBuilder< TParent > | Builder interface for WHERE clause. |
       ReportDownloadError | Represents a report download error. |
       ReportUtilities | Defines report utility functions for the client library. |
      Selectors | |
       BaseFields | Base class for all the fields classes in autogenerated code. |
       Field | Represents a Selector field. |
      Shopping | |
       v201809 | |
        ProductDimensionEqualityComparer | Subclass-aware comparator for ProductDimension objects. Performs a logical comparison between instances. This comparator is not consistent with equals(Object) |
        ProductPartitionNode | A node in a tree of ProductPartitions. Used to construct AdGroupCriterion objects for shopping campaigns. |
        ProductPartitionTree | A ProductPartitionTree is a container for a root ProductPartitionNode that also handles applying changes made to the tree under the root. |
      IMapEntry< TKey, TValue > | Interface to map common properties for fields of type TKey_TValueMapEntry[]. |
      MapUtilities< TKey, TValue > | Provides utility functions for creating and handling fields of the form TKey_TValueMapEntry[]. |
     v201809 | |
      Wrappers | |
       AccountLabelService | |
        mutateRequest | |
        mutateResponse | |
       AdCustomizerFeedService | |
        mutateRequest | |
        mutateResponse | |
       AdGroupAdService | |
        mutateRequest | |
        mutateResponse | |
        mutateLabelRequest | |
        mutateLabelResponse | |
       AdGroupBidModifierService | |
        mutateRequest | |
        mutateResponse | |
       AdGroupCriterionService | |
        mutateRequest | |
        mutateResponse | |
        mutateLabelRequest | |
        mutateLabelResponse | |
       AdGroupExtensionSettingService | |
        mutateRequest | |
        mutateResponse | |
       AdGroupFeedService | |
        mutateRequest | |
        mutateResponse | |
       AdGroupService | |
        mutateRequest | |
        mutateResponse | |
        mutateLabelRequest | |
        mutateLabelResponse | |
       AdParamService | |
        mutateRequest | |
        mutateResponse | |
       AdService | |
        mutateRequest | |
        mutateResponse | |
       AdwordsUserListService | |
        mutateRequest | |
        mutateResponse | |
        mutateMembersRequest | |
        mutateMembersResponse | |
       AssetService | |
        mutateRequest | |
        mutateResponse | |
       BatchJobOpsService | |
        mutateRequest | |
        mutateResponse | |
       BatchJobService | |
        mutateRequest | |
        mutateResponse | |
       BiddingStrategyService | |
        mutateRequest | |
        mutateResponse | |
       BudgetOrderService | |
        getBillingAccountsRequest | |
        getBillingAccountsResponse | |
        mutateRequest | |
        mutateResponse | |
       BudgetService | |
        mutateRequest | |
        mutateResponse | |
       CampaignBidModifierService | |
        mutateRequest | |
        mutateResponse | |
       CampaignCriterionService | |
        mutateRequest | |
        mutateResponse | |
       CampaignExtensionSettingService | |
        mutateRequest | |
        mutateResponse | |
       CampaignFeedService | |
        mutateRequest | |
        mutateResponse | |
       CampaignGroupPerformanceTargetService | |
        mutateRequest | |
        mutateResponse | |
       CampaignGroupService | |
        mutateRequest | |
        mutateResponse | |
       CampaignService | |
        mutateRequest | |
        mutateResponse | |
        mutateLabelRequest | |
        mutateLabelResponse | |
       CampaignSharedSetService | |
        mutateRequest | |
        mutateResponse | |
       ConstantDataService | |
        getAgeRangeCriterionRequest | |
        getAgeRangeCriterionResponse | |
        getCarrierCriterionRequest | |
        getCarrierCriterionResponse | |
        getGenderCriterionRequest | |
        getGenderCriterionResponse | |
        getLanguageCriterionRequest | |
        getLanguageCriterionResponse | |
        getMobileAppCategoryCriterionRequest | |
        getMobileAppCategoryCriterionResponse | |
        getMobileDeviceCriterionRequest | |
        getMobileDeviceCriterionResponse | |
        getOperatingSystemVersionCriterionRequest | |
        getOperatingSystemVersionCriterionResponse | |
        getProductBiddingCategoryDataRequest | |
        getProductBiddingCategoryDataResponse | |
        getUserInterestCriterionRequest | |
        getUserInterestCriterionResponse | |
        getVerticalCriterionRequest | |
        getVerticalCriterionResponse | |
       ConversionTrackerService | |
        mutateRequest | |
        mutateResponse | |
       CustomAffinityService | |
        mutateRequest | |
        mutateResponse | |
        mutateTokenRequest | |
        mutateTokenResponse | |
       CustomerExtensionSettingService | |
        mutateRequest | |
        mutateResponse | |
       CustomerFeedService | |
        mutateRequest | |
        mutateResponse | |
       CustomerNegativeCriterionService | |
        mutateRequest | |
        mutateResponse | |
       CustomerService | |
        getCustomersRequest | |
        getCustomersResponse | |
        getServiceLinksRequest | |
        getServiceLinksResponse | |
        mutateServiceLinksRequest | |
        mutateServiceLinksResponse | |
       CustomerSyncService | |
       DataService | |
       DraftAsyncErrorService | |
       DraftService | |
        mutateRequest | |
        mutateResponse | |
       FeedItemService | |
        mutateRequest | |
        mutateResponse | |
       FeedItemTargetService | |
        mutateRequest | |
        mutateResponse | |
       FeedMappingService | |
        mutateRequest | |
        mutateResponse | |
       FeedService | |
        mutateRequest | |
        mutateResponse | |
       LabelService | |
        mutateRequest | |
        mutateResponse | |
       LocationCriterionService | |
        getRequest | |
        getResponse | |
        queryRequest | |
        queryResponse | |
       ManagedCustomerService | |
        getPendingInvitationsRequest | |
        getPendingInvitationsResponse | |
        mutateRequest | |
        mutateResponse | |
        mutateLabelRequest | |
        mutateLabelResponse | |
        mutateLinkRequest | |
        mutateLinkResponse | |
        mutateManagerRequest | |
        mutateManagerResponse | |
       MediaService | |
        uploadRequest | |
        uploadResponse | |
       OfflineCallConversionFeedService | |
        mutateRequest | |
        mutateResponse | |
       OfflineConversionAdjustmentFeedService | |
        mutateRequest | |
        mutateResponse | |
       OfflineConversionFeedService | |
        mutateRequest | |
        mutateResponse | |
       OfflineDataUploadService | |
        mutateRequest | |
        mutateResponse | |
       ReportDefinitionService | |
        getReportFieldsRequest | |
        getReportFieldsResponse | |
       SharedCriterionService | |
        mutateRequest | |
        mutateResponse | |
       SharedSetService | |
        mutateRequest | |
        mutateResponse | |
       TargetingIdeaService | |
       TrafficEstimatorService | |
       TrialAsyncErrorService | |
       TrialService | |
        mutateRequest | |
        mutateResponse | |
      ApiException | Exception class for holding a list of service errors. |
      ApiError | The API error base class that provides details about an error that occurred while processing a service request |
       Fields | List of all supported fields for the ApiError class. |
       FilterableFields | List of all supported filterable fields for the ApiError class. |
       SelectableFields | List of all supported selectable fields for the ApiError class. |
      FieldPathElement | A segment of a field path. Each dot in a field path defines a new segment. |
       Fields | List of all supported fields for the FieldPathElement class. |
       FilterableFields | List of all supported filterable fields for the FieldPathElement class. |
       SelectableFields | List of all supported selectable fields for the FieldPathElement class. |
      PolicyViolationErrorPart | Points to a substring within an ad field or criterion. |
       Fields | List of all supported fields for the PolicyViolationErrorPart class. |
       FilterableFields | List of all supported filterable fields for the PolicyViolationErrorPart class. |
       SelectableFields | List of all supported selectable fields for the PolicyViolationErrorPart class. |
      PolicyViolationKey | Key of the violation. The key is used for referring to a violation when filing an exemption request. |
       Fields | List of all supported fields for the PolicyViolationKey class. |
       FilterableFields | List of all supported filterable fields for the PolicyViolationKey class. |
       SelectableFields | List of all supported selectable fields for the PolicyViolationKey class. |
      ApplicationException | Base class for exceptions. |
      AdStrengthInfo | The strength info for this ad. This contains the overall ad strength and recommendations to improve the strength. |
       Fields | List of all supported fields for the AdStrengthInfo class. |
       FilterableFields | List of all supported filterable fields for the AdStrengthInfo class. |
       SelectableFields | List of all supported selectable fields for the AdStrengthInfo class. |
      String_StringMapEntry | This represents an entry in a map with a key of type String and value of type String. |
      LabelAttribute | Base type for AdWords label attributes. |
       Fields | List of all supported fields for the LabelAttribute class. |
       FilterableFields | List of all supported filterable fields for the LabelAttribute class. |
       SelectableFields | List of all supported selectable fields for the LabelAttribute class. |
      DisplayAttribute | Attributes for Text Labels. |
       Fields | List of all supported fields for the DisplayAttribute class. |
       FilterableFields | List of all supported filterable fields for the DisplayAttribute class. |
       SelectableFields | List of all supported selectable fields for the DisplayAttribute class. |
      Label | Represents a label that can be attached to entities such as campaign, ad group, ads, criterion etc. |
       Fields | List of all supported fields for the Label class. |
       FilterableFields | List of all supported filterable fields for the Label class. |
       SelectableFields | List of all supported selectable fields for the Label class. |
      TextLabel | Represent a display label entry. |
      AdGroupAdPolicySummary | Contains policy information for an ad. |
       Fields | List of all supported fields for the AdGroupAdPolicySummary class. |
       FilterableFields | List of all supported filterable fields for the AdGroupAdPolicySummary class. |
       SelectableFields | List of all supported selectable fields for the AdGroupAdPolicySummary class. |
      PolicyTopicEntry | Contains Ads Policy decisions. |
       Fields | List of all supported fields for the PolicyTopicEntry class. |
       FilterableFields | List of all supported filterable fields for the PolicyTopicEntry class. |
       SelectableFields | List of all supported selectable fields for the PolicyTopicEntry class. |
      PolicyTopicEvidence | Evidence that caused this policy topic to be reported. |
       Fields | List of all supported fields for the PolicyTopicEvidence class. |
       FilterableFields | List of all supported filterable fields for the PolicyTopicEvidence class. |
       SelectableFields | List of all supported selectable fields for the PolicyTopicEvidence class. |
      PolicyTopicConstraint | A target which caused a policy finding. |
       Fields | List of all supported fields for the PolicyTopicConstraint class. |
       FilterableFields | List of all supported filterable fields for the PolicyTopicConstraint class. |
       SelectableFields | List of all supported selectable fields for the PolicyTopicConstraint class. |
      ResellerConstraint | Constraint indicating that the policy topic was constrained by disapproval of the website for reseller purposes. |
      CountryConstraint | Information about countries that were targeted that caused a policy finding. If a CountryConstraint has 0 targeted countries and an empty list of constrained countries, it means that the constraint applies globally. |
       Fields | List of all supported fields for the CountryConstraint class. |
       FilterableFields | List of all supported filterable fields for the CountryConstraint class. |
       SelectableFields | List of all supported selectable fields for the CountryConstraint class. |
      CertificateMissingInCountryConstraint | Information about countries that were targeted but that do not have a policy certificate. |
      CertificateDomainMismatchInCountryConstraint | Information about countries that were targeted, but the certificate for those countries does not include the correct domain. |
      CertificateMissingConstraint | A policy finding was caused by a missing certificate. |
      CertificateDomainMismatchConstraint | Indicates that a certificate does not include the correct domain. |
      TemplateElementField | Represents a field in a template element. |
       Fields | List of all supported fields for the TemplateElementField class. |
       FilterableFields | List of all supported filterable fields for the TemplateElementField class. |
       SelectableFields | List of all supported selectable fields for the TemplateElementField class. |
      Media | Represents some kind of media. |
       Fields | List of all supported fields for the Media class. |
       FilterableFields | List of all supported filterable fields for the Media class. |
       SelectableFields | List of all supported selectable fields for the Media class. |
      Media_Size_DimensionsMapEntry | This represents an entry in a map with a key of type Size and value of type Dimensions. |
      Dimensions | Represents a simple height-width dimension. |
       Fields | List of all supported fields for the Dimensions class. |
       FilterableFields | List of all supported filterable fields for the Dimensions class. |
       SelectableFields | List of all supported selectable fields for the Dimensions class. |
      Media_Size_StringMapEntry | This represents an entry in a map with a key of type Size and value of type String. |
      Video | Encapsulates a Video media identified by a MediaId. |
       Fields | List of all supported fields for the Video class. |
       FilterableFields | List of all supported filterable fields for the Video class. |
       SelectableFields | List of all supported selectable fields for the Video class. |
      MediaBundle | Represents a ZIP archive media the content of which contains HTML5 assets. |
       Fields | List of all supported fields for the MediaBundle class. |
       FilterableFields | List of all supported filterable fields for the MediaBundle class. |
       SelectableFields | List of all supported selectable fields for the MediaBundle class. |
      Image | Encapsulates an Image media. For |
       Fields | List of all supported fields for the Image class. |
       FilterableFields | List of all supported filterable fields for the Image class. |
       SelectableFields | List of all supported selectable fields for the Image class. |
      Audio | Encapsulates an Audio media identified by a MediaId. |
       Fields | List of all supported fields for the Audio class. |
       FilterableFields | List of all supported filterable fields for the Audio class. |
       SelectableFields | List of all supported selectable fields for the Audio class. |
      TemplateElement | Represents an element in a template. Each template element is composed of a list of fields (actual value data). |
      AdUnionId | Represents an id indicating a grouping of Ads under some heuristic. |
       Fields | List of all supported fields for the AdUnionId class. |
       FilterableFields | List of all supported filterable fields for the AdUnionId class. |
       SelectableFields | List of all supported selectable fields for the AdUnionId class. |
      TempAdUnionId | Represents the temporary id for an ad union id, which the user can specify. The temporary id can be used to group ads together during ad creation. |
      DynamicSettings | Represents Dynamic Settings. |
       Fields | List of all supported fields for the DynamicSettings class. |
       FilterableFields | List of all supported filterable fields for the DynamicSettings class. |
       SelectableFields | List of all supported selectable fields for the DynamicSettings class. |
      PolicySummaryInfo | Common policy summary information attached to a generic entity. |
       Fields | List of all supported fields for the PolicySummaryInfo class. |
       FilterableFields | List of all supported filterable fields for the PolicySummaryInfo class. |
       SelectableFields | List of all supported selectable fields for the PolicySummaryInfo class. |
      AssetPolicySummaryInfo | Policy summary information attached to an asset-entity link. |
      ImageDimensionInfo | Information about an image asset in specfic dimensions, either original or resized. |
       Fields | List of all supported fields for the ImageDimensionInfo class. |
       FilterableFields | List of all supported filterable fields for the ImageDimensionInfo class. |
       SelectableFields | List of all supported selectable fields for the ImageDimensionInfo class. |
      Asset | Represents an asset. |
       Fields | List of all supported fields for the Asset class. |
       FilterableFields | List of all supported filterable fields for the Asset class. |
       SelectableFields | List of all supported selectable fields for the Asset class. |
      YouTubeVideoAsset | Represents a YouTube video asset. |
       Fields | List of all supported fields for the YouTubeVideoAsset class. |
       FilterableFields | List of all supported filterable fields for the YouTubeVideoAsset class. |
       SelectableFields | List of all supported selectable fields for the YouTubeVideoAsset class. |
      TextAsset | Represents a text asset. |
       Fields | List of all supported fields for the TextAsset class. |
       FilterableFields | List of all supported filterable fields for the TextAsset class. |
       SelectableFields | List of all supported selectable fields for the TextAsset class. |
      MediaBundleAsset | Represents a media bundle asset. |
       Fields | List of all supported fields for the MediaBundleAsset class. |
       FilterableFields | List of all supported filterable fields for the MediaBundleAsset class. |
       SelectableFields | List of all supported selectable fields for the MediaBundleAsset class. |
      ImageAsset | Represents an image asset. |
       Fields | List of all supported fields for the ImageAsset class. |
       FilterableFields | List of all supported filterable fields for the ImageAsset class. |
       SelectableFields | List of all supported selectable fields for the ImageAsset class. |
      AssetLink | Represents an asset link. This class contains an asset and information that is specific to an asset-entity link (e.g. policy information). |
       Fields | List of all supported fields for the AssetLink class. |
       FilterableFields | List of all supported filterable fields for the AssetLink class. |
       SelectableFields | List of all supported selectable fields for the AssetLink class. |
      ProductImage | Represents product image specific data. |
       Fields | List of all supported fields for the ProductImage class. |
       FilterableFields | List of all supported filterable fields for the ProductImage class. |
       SelectableFields | List of all supported selectable fields for the ProductImage class. |
      DisplayCallToAction | Represents display-call-to-action specific data. |
       Fields | List of all supported fields for the DisplayCallToAction class. |
       FilterableFields | List of all supported filterable fields for the DisplayCallToAction class. |
       SelectableFields | List of all supported selectable fields for the DisplayCallToAction class. |
      GmailTeaser | Represents Gmail teaser specific data. |
       Fields | List of all supported fields for the GmailTeaser class. |
       FilterableFields | List of all supported filterable fields for the GmailTeaser class. |
       SelectableFields | List of all supported selectable fields for the GmailTeaser class. |
      UrlData | Holds a set of final urls that are scoped within a namespace. |
       Fields | List of all supported fields for the UrlData class. |
       FilterableFields | List of all supported filterable fields for the UrlData class. |
       SelectableFields | List of all supported selectable fields for the UrlData class. |
      CustomParameter | CustomParameter is used to map a custom parameter key to its value. |
       Fields | List of all supported fields for the CustomParameter class. |
       FilterableFields | List of all supported filterable fields for the CustomParameter class. |
       SelectableFields | List of all supported selectable fields for the CustomParameter class. |
      CustomParameters | CustomParameters holds a list of CustomParameters to be treated as a map. It has a special field used to indicate that the current map should be cleared and replaced with this new map. |
       Fields | List of all supported fields for the CustomParameters class. |
       FilterableFields | List of all supported filterable fields for the CustomParameters class. |
       SelectableFields | List of all supported selectable fields for the CustomParameters class. |
      AppUrl | A URL for deep linking into an app for the given operating system. |
       Fields | List of all supported fields for the AppUrl class. |
       FilterableFields | List of all supported filterable fields for the AppUrl class. |
       SelectableFields | List of all supported selectable fields for the AppUrl class. |
      Ad | The base class of all ad types |
       Fields | List of all supported fields for the Ad class. |
       FilterableFields | List of all supported filterable fields for the Ad class. |
       SelectableFields | List of all supported selectable fields for the Ad class. |
      DynamicSearchAd | Represents a dynamic search ad. This ad will have its headline and final URL auto-generated at serving time according to domain name specific information provided by DynamicSearchAdsSetting at the campaign level |
       Fields | List of all supported fields for the DynamicSearchAd class. |
       FilterableFields | List of all supported filterable fields for the DynamicSearchAd class. |
       SelectableFields | List of all supported selectable fields for the DynamicSearchAd class. |
      ResponsiveSearchAd | Represents a responsive search ad |
       Fields | List of all supported fields for the ResponsiveSearchAd class. |
       FilterableFields | List of all supported filterable fields for the ResponsiveSearchAd class. |
       SelectableFields | List of all supported selectable fields for the ResponsiveSearchAd class. |
      GoalOptimizedShoppingAd | Represents a Smart Shopping ad that optimizes towards your goals. A Smart Shopping ad targets multiple advertising channels across Search, Google Display Network, and YouTube with a focus on retail. This supports ads that display product data (managed using the Google Merchant Center) as specified in the parent campaign's Shopping setting as well as ads using advertiser provided asset data |
      UniversalAppAd | Represents a universal app ad |
       Fields | List of all supported fields for the UniversalAppAd class. |
       FilterableFields | List of all supported filterable fields for the UniversalAppAd class. |
       SelectableFields | List of all supported selectable fields for the UniversalAppAd class. |
      TextAd | Represents a TextAd. This is disabled for AdX when it is contained within Operators: ADD, SET. |
       Fields | List of all supported fields for the TextAd class. |
       FilterableFields | List of all supported filterable fields for the TextAd class. |
       SelectableFields | List of all supported selectable fields for the TextAd class. |
      TemplateAd | Represents a Display Ad Builder template ad. A template ad is composed of a template (specified by its ID) and the data that populates the template's fields. For a list of available templates and their required fields, see Template Ads. This is disabled for AdX when it is contained within Operators: ADD, SET. |
       Fields | List of all supported fields for the TemplateAd class. |
       FilterableFields | List of all supported filterable fields for the TemplateAd class. |
       SelectableFields | List of all supported selectable fields for the TemplateAd class. |
      ShowcaseAd | Represents a Showcase shopping ad. This is enabled for AdX. |
       Fields | List of all supported fields for the ShowcaseAd class. |
       FilterableFields | List of all supported filterable fields for the ShowcaseAd class. |
       SelectableFields | List of all supported selectable fields for the ShowcaseAd class. |
      RichMediaAd | Data associated with a rich media ad. This is disabled for AdX when it is contained within Operators: ADD, SET. |
       Fields | List of all supported fields for the RichMediaAd class. |
       FilterableFields | List of all supported filterable fields for the RichMediaAd class. |
       SelectableFields | List of all supported selectable fields for the RichMediaAd class. |
      ThirdPartyRedirectAd | Data associated with rich media extension attributes. This is enabled for AdX. |
       Fields | List of all supported fields for the ThirdPartyRedirectAd class. |
       FilterableFields | List of all supported filterable fields for the ThirdPartyRedirectAd class. |
       SelectableFields | List of all supported selectable fields for the ThirdPartyRedirectAd class. |
      ResponsiveDisplayAd | Enhanced display ad format |
       Fields | List of all supported fields for the ResponsiveDisplayAd class. |
       FilterableFields | List of all supported filterable fields for the ResponsiveDisplayAd class. |
       SelectableFields | List of all supported selectable fields for the ResponsiveDisplayAd class. |
      ProductAd | Represents a product ad (known as a product listing ad in the AdWords user interface). A product ad displays product data (managed using the Google Merchant Center) that is pulled from the Google base product feed specified in the parent campaign's shopping setting |
      MultiAssetResponsiveDisplayAd | Representation of multi-asset responsive display ad format. Caution: multi-asset responsive display ads do not use url, displayUrl, finalAppUrls, or #devicePreference devicePreference; setting these fields on a multi-asset responsive display ad will cause an error. This is enabled for AdX. |
       Fields | List of all supported fields for the MultiAssetResponsiveDisplayAd class. |
       FilterableFields | List of all supported filterable fields for the MultiAssetResponsiveDisplayAd class. |
       SelectableFields | List of all supported selectable fields for the MultiAssetResponsiveDisplayAd class. |
      ImageAd | Represents an ImageAd. This is enabled for AdX. |
       Fields | List of all supported fields for the ImageAd class. |
       FilterableFields | List of all supported filterable fields for the ImageAd class. |
       SelectableFields | List of all supported selectable fields for the ImageAd class. |
      GmailAd | Represents Gmail ad |
       Fields | List of all supported fields for the GmailAd class. |
       FilterableFields | List of all supported filterable fields for the GmailAd class. |
       SelectableFields | List of all supported selectable fields for the GmailAd class. |
      ExpandedTextAd | Enhanced text ad format |
       Fields | List of all supported fields for the ExpandedTextAd class. |
       FilterableFields | List of all supported filterable fields for the ExpandedTextAd class. |
       SelectableFields | List of all supported selectable fields for the ExpandedTextAd class. |
      ExpandedDynamicSearchAd | Represents an ExpandedDynamicSearchAd. This ad will have its headline, final URLs and display URL auto-generated at serving time according to domain name specific information provided by DynamicSearchAdsSetting linked at the campaign level |
       Fields | List of all supported fields for the ExpandedDynamicSearchAd class. |
       FilterableFields | List of all supported filterable fields for the ExpandedDynamicSearchAd class. |
       SelectableFields | List of all supported selectable fields for the ExpandedDynamicSearchAd class. |
      DeprecatedAd | Represents a deprecated ad. Deprecated ads can be deleted, but cannot be created. This is disabled for AdX when it is contained within Operators: ADD, SET. |
       Fields | List of all supported fields for the DeprecatedAd class. |
       FilterableFields | List of all supported filterable fields for the DeprecatedAd class. |
       SelectableFields | List of all supported selectable fields for the DeprecatedAd class. |
      CallOnlyAd | Represents a CallOnlyAd |
       Fields | List of all supported fields for the CallOnlyAd class. |
       FilterableFields | List of all supported filterable fields for the CallOnlyAd class. |
       SelectableFields | List of all supported selectable fields for the CallOnlyAd class. |
      AdGroupAd | Represents an ad in an ad group. |
       Fields | List of all supported fields for the AdGroupAd class. |
       FilterableFields | List of all supported filterable fields for the AdGroupAd class. |
       SelectableFields | List of all supported selectable fields for the AdGroupAd class. |
      Page | Contains the results from a get call. |
       Fields | List of all supported fields for the Page class. |
       FilterableFields | List of all supported filterable fields for the Page class. |
       SelectableFields | List of all supported selectable fields for the Page class. |
      AdGroupAdPage | Represents a page of AdGroupAds resulting from the query done by AdGroupAdService. |
       Fields | List of all supported fields for the AdGroupAdPage class. |
       FilterableFields | List of all supported filterable fields for the AdGroupAdPage class. |
       SelectableFields | List of all supported selectable fields for the AdGroupAdPage class. |
      Paging | Specifies the page of results to return in the response. A page is specified by the result position to start at and the maximum number of results to return. |
       Fields | List of all supported fields for the Paging class. |
       FilterableFields | List of all supported filterable fields for the Paging class. |
       SelectableFields | List of all supported selectable fields for the Paging class. |
      OrderBy | Specifies how the resulting information should be sorted. |
      DateRange | Represents a range of dates that has either an upper or a lower bound. The format for the date is YYYYMMDD. |
       Fields | List of all supported fields for the DateRange class. |
       FilterableFields | List of all supported filterable fields for the DateRange class. |
       SelectableFields | List of all supported selectable fields for the DateRange class. |
      Predicate | Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered. |
      Selector | A generic selector to specify the type of information to return. |
      UrlError | Url Validation errors. |
       Fields | List of all supported fields for the UrlError class. |
       FilterableFields | List of all supported filterable fields for the UrlError class. |
       SelectableFields | List of all supported selectable fields for the UrlError class. |
      StringLengthError | Errors associated with the length of the given string being out of bounds. |
       Fields | List of all supported fields for the StringLengthError class. |
       FilterableFields | List of all supported filterable fields for the StringLengthError class. |
       SelectableFields | List of all supported selectable fields for the StringLengthError class. |
      StringFormatError | A list of error code for reporting invalid content of input strings. |
      StatsQueryError | Represents possible error codes when querying for stats. |
       Fields | List of all supported fields for the StatsQueryError class. |
       FilterableFields | List of all supported filterable fields for the StatsQueryError class. |
       SelectableFields | List of all supported selectable fields for the StatsQueryError class. |
      SizeLimitError | Indicates that the number of entries in the request or response exceeds the system limit. |
       Fields | List of all supported fields for the SizeLimitError class. |
       FilterableFields | List of all supported filterable fields for the SizeLimitError class. |
       SelectableFields | List of all supported selectable fields for the SizeLimitError class. |
      SelectorError | Represents possible error codes for Selector. |
       Fields | List of all supported fields for the SelectorError class. |
       FilterableFields | List of all supported filterable fields for the SelectorError class. |
       SelectableFields | List of all supported selectable fields for the SelectorError class. |
      RequiredError | Errors due to missing required field. |
       Fields | List of all supported fields for the RequiredError class. |
       FilterableFields | List of all supported filterable fields for the RequiredError class. |
       SelectableFields | List of all supported selectable fields for the RequiredError class. |
      RequestError | Encapsulates the generic errors thrown when there's an error with user request. |
      RejectedError | Indicates that a field was rejected due to compatibility issues. |
       Fields | List of all supported fields for the RejectedError class. |
       FilterableFields | List of all supported filterable fields for the RejectedError class. |
       SelectableFields | List of all supported selectable fields for the RejectedError class. |
      ReadOnlyError | Errors from attempting to write to read-only fields. |
       Fields | List of all supported fields for the ReadOnlyError class. |
       FilterableFields | List of all supported filterable fields for the ReadOnlyError class. |
       SelectableFields | List of all supported selectable fields for the ReadOnlyError class. |
      RateExceededError | Signals that a call failed because a measured rate exceeded. |
       Fields | List of all supported fields for the RateExceededError class. |
       FilterableFields | List of all supported filterable fields for the RateExceededError class. |
       SelectableFields | List of all supported selectable fields for the RateExceededError class. |
      RangeError | A list of all errors associated with the Range constraint. |
       Fields | List of all supported fields for the RangeError class. |
       FilterableFields | List of all supported filterable fields for the RangeError class. |
       SelectableFields | List of all supported selectable fields for the RangeError class. |
      QuotaCheckError | Encapsulates the errors thrown during developer quota checks. |
      QueryError | A QueryError represents possible errors for query parsing and execution. |
      PolicyViolationError | Represents violations of a single policy by some text in a field. Violations of a single policy by the same string in multiple places within a field is reported in one instance of this class and only one exemption needs to be filed. Violations of a single policy by two different strings is reported as two separate instances of this class. e.g. If 'ACME' violates 'capitalization' and occurs twice in a text ad it would be represented by one instance. If the ad also contains 'INC' which also violates 'capitalization' it would be represented in a separate instance. |
       Fields | List of all supported fields for the PolicyViolationError class. |
       FilterableFields | List of all supported filterable fields for the PolicyViolationError class. |
       SelectableFields | List of all supported selectable fields for the PolicyViolationError class. |
      PolicyFindingError | Error indicating that an entity will be disapproved unless changes are made to it before it is saved. This error occurs when the entity will have a policy summary that includes a PROHIBITED policy topic entry. |
       Fields | List of all supported fields for the PolicyFindingError class. |
       FilterableFields | List of all supported filterable fields for the PolicyFindingError class. |
       SelectableFields | List of all supported selectable fields for the PolicyFindingError class. |
      PagingError | Error codes for pagination. |
       Fields | List of all supported fields for the PagingError class. |
       FilterableFields | List of all supported filterable fields for the PagingError class. |
       SelectableFields | List of all supported selectable fields for the PagingError class. |
      OperatorError | Errors due to the use of unsupported operations. |
       Fields | List of all supported fields for the OperatorError class. |
       FilterableFields | List of all supported filterable fields for the OperatorError class. |
       SelectableFields | List of all supported selectable fields for the OperatorError class. |
      OperationAccessDenied | Operation not permitted due to the invoked service's access policy. |
      NullError | Errors associated with violation of a NOT NULL check. |
       Fields | List of all supported fields for the NullError class. |
       FilterableFields | List of all supported filterable fields for the NullError class. |
       SelectableFields | List of all supported selectable fields for the NullError class. |
      NotEmptyError | Errors corresponding with violation of a NOT EMPTY check. |
       Fields | List of all supported fields for the NotEmptyError class. |
       FilterableFields | List of all supported filterable fields for the NotEmptyError class. |
       SelectableFields | List of all supported selectable fields for the NotEmptyError class. |
      NewEntityCreationError | Error associated with creation of new entities. |
       Fields | List of all supported fields for the NewEntityCreationError class. |
       FilterableFields | List of all supported filterable fields for the NewEntityCreationError class. |
       SelectableFields | List of all supported selectable fields for the NewEntityCreationError class. |
      MediaError | Error class for media related errors. |
       Fields | List of all supported fields for the MediaError class. |
       FilterableFields | List of all supported filterable fields for the MediaError class. |
       SelectableFields | List of all supported selectable fields for the MediaError class. |
      MediaBundleError | Error class for errors associated with parsing media bundle data. |
       Fields | List of all supported fields for the MediaBundleError class. |
       FilterableFields | List of all supported filterable fields for the MediaBundleError class. |
       SelectableFields | List of all supported selectable fields for the MediaBundleError class. |
      InternalApiError | Indicates that a server-side error has occured |
       Fields | List of all supported fields for the InternalApiError class. |
       FilterableFields | List of all supported filterable fields for the InternalApiError class. |
       SelectableFields | List of all supported selectable fields for the InternalApiError class. |
      ImageError | Error class for errors associated with parsing image data. |
       Fields | List of all supported fields for the ImageError class. |
       FilterableFields | List of all supported filterable fields for the ImageError class. |
       SelectableFields | List of all supported selectable fields for the ImageError class. |
      IdError | Errors associated with the ids. |
       Fields | List of all supported fields for the IdError class. |
       FilterableFields | List of all supported filterable fields for the IdError class. |
       SelectableFields | List of all supported selectable fields for the IdError class. |
      FunctionParsingError | An error resulting from a failure to parse the textual representation of a function. |
      FunctionError | Errors that indicate issues with the function. |
       Fields | List of all supported fields for the FunctionError class. |
       FilterableFields | List of all supported filterable fields for the FunctionError class. |
       SelectableFields | List of all supported selectable fields for the FunctionError class. |
      ForwardCompatibilityError | A ForwardComptibilityError represents possible errors when using the forwardCompatibilityMap in some of the common services. |
       Fields | List of all supported fields for the ForwardCompatibilityError class. |
       FilterableFields | List of all supported filterable fields for the ForwardCompatibilityError class. |
       SelectableFields | List of all supported selectable fields for the ForwardCompatibilityError class. |
      FeedAttributeReferenceError | An error indicating a problem with a reference to a feed attribute in an ad. |
       Fields | List of all supported fields for the FeedAttributeReferenceError class. |
       FilterableFields | List of all supported filterable fields for the FeedAttributeReferenceError class. |
       SelectableFields | List of all supported selectable fields for the FeedAttributeReferenceError class. |
      EntityNotFound | An id did not correspond to an entity, or it referred to an entity which does not belong to the customer. |
       Fields | List of all supported fields for the EntityNotFound class. |
       FilterableFields | List of all supported filterable fields for the EntityNotFound class. |
       SelectableFields | List of all supported selectable fields for the EntityNotFound class. |
      EntityCountLimitExceeded | Signals that an entity count limit was exceeded for some level. For example, too many criteria for a campaign. |
       Fields | List of all supported fields for the EntityCountLimitExceeded class. |
       FilterableFields | List of all supported filterable fields for the EntityCountLimitExceeded class. |
       SelectableFields | List of all supported selectable fields for the EntityCountLimitExceeded class. |
      AdGroupAdCountLimitExceeded | Indicates too many ads were added/enabled under the specified adgroup. |
      EntityAccessDenied | Reports permission problems trying to access an entity. |
       Fields | List of all supported fields for the EntityAccessDenied class. |
       FilterableFields | List of all supported filterable fields for the EntityAccessDenied class. |
       SelectableFields | List of all supported selectable fields for the EntityAccessDenied class. |
      DistinctError | Errors related to distinct ids or content. |
       Fields | List of all supported fields for the DistinctError class. |
       FilterableFields | List of all supported filterable fields for the DistinctError class. |
       SelectableFields | List of all supported selectable fields for the DistinctError class. |
      DateError | Errors associated with invalid dates and date ranges. |
       Fields | List of all supported fields for the DateError class. |
       FilterableFields | List of all supported filterable fields for the DateError class. |
       SelectableFields | List of all supported selectable fields for the DateError class. |
      DatabaseError | Errors that are thrown due to a database access problem. |
       Fields | List of all supported fields for the DatabaseError class. |
       FilterableFields | List of all supported filterable fields for the DatabaseError class. |
       SelectableFields | List of all supported selectable fields for the DatabaseError class. |
      CollectionSizeError | Errors associated with the size of the given collection being out of bounds. |
       Fields | List of all supported fields for the CollectionSizeError class. |
       FilterableFields | List of all supported filterable fields for the CollectionSizeError class. |
       SelectableFields | List of all supported selectable fields for the CollectionSizeError class. |
      ClientTermsError | Error due to user not accepting the AdWords terms of service. |
      AuthorizationError | Errors encountered when trying to authorize a user. |
       Fields | List of all supported fields for the AuthorizationError class. |
       FilterableFields | List of all supported filterable fields for the AuthorizationError class. |
       SelectableFields | List of all supported selectable fields for the AuthorizationError class. |
      AuthenticationError | Errors returned when Authentication failed. |
       Fields | List of all supported fields for the AuthenticationError class. |
       FilterableFields | List of all supported filterable fields for the AuthenticationError class. |
       SelectableFields | List of all supported selectable fields for the AuthenticationError class. |
      AssetLinkError | Represents an error in an AssetLink |
       Fields | List of all supported fields for the AssetLinkError class. |
       FilterableFields | List of all supported filterable fields for the AssetLinkError class. |
       SelectableFields | List of all supported selectable fields for the AssetLinkError class. |
      AssetError | Represents an error in an Asset. |
       Fields | List of all supported fields for the AssetError class. |
       FilterableFields | List of all supported filterable fields for the AssetError class. |
       SelectableFields | List of all supported selectable fields for the AssetError class. |
      AdxError | Errors that are thrown when a non-AdX feature is accessed by an AdX customer. |
       Fields | List of all supported fields for the AdxError class. |
       FilterableFields | List of all supported filterable fields for the AdxError class. |
       SelectableFields | List of all supported selectable fields for the AdxError class. |
      AdSharingError | Errors related using the AdGroupAdService to create an AdGroupAd with a reference to an existing AdId. |
       Fields | List of all supported fields for the AdSharingError class. |
       FilterableFields | List of all supported filterable fields for the AdSharingError class. |
       SelectableFields | List of all supported selectable fields for the AdSharingError class. |
      AdGroupAdError | Error information for AdGroupAdService. |
       Fields | List of all supported fields for the AdGroupAdError class. |
       FilterableFields | List of all supported filterable fields for the AdGroupAdError class. |
       SelectableFields | List of all supported selectable fields for the AdGroupAdError class. |
      AdError | Base error class for Ad Service. |
       Fields | List of all supported fields for the AdError class. |
       FilterableFields | List of all supported filterable fields for the AdError class. |
       SelectableFields | List of all supported selectable fields for the AdError class. |
      AdCustomizerError | An error indicating a problem with an ad customizer tag. |
       Fields | List of all supported fields for the AdCustomizerError class. |
       FilterableFields | List of all supported filterable fields for the AdCustomizerError class. |
       SelectableFields | List of all supported selectable fields for the AdCustomizerError class. |
      AdGroupAdOperation | AdGroupAd service operations. |
       Fields | List of all supported fields for the AdGroupAdOperation class. |
       FilterableFields | List of all supported filterable fields for the AdGroupAdOperation class. |
       SelectableFields | List of all supported selectable fields for the AdGroupAdOperation class. |
      Operation | This represents an operation that includes an operator and an operand specified type. |
       Fields | List of all supported fields for the Operation class. |
       FilterableFields | List of all supported filterable fields for the Operation class. |
       SelectableFields | List of all supported selectable fields for the Operation class. |
      AdGroupAdLabelOperation | Operations for adding/removing labels from AdGroupAds. |
       Fields | List of all supported fields for the AdGroupAdLabelOperation class. |
       FilterableFields | List of all supported filterable fields for the AdGroupAdLabelOperation class. |
       SelectableFields | List of all supported selectable fields for the AdGroupAdLabelOperation class. |
      AdGroupAdLabel | Manages the labels associated with an AdGroupAd. |
       Fields | List of all supported fields for the AdGroupAdLabel class. |
       FilterableFields | List of all supported filterable fields for the AdGroupAdLabel class. |
       SelectableFields | List of all supported selectable fields for the AdGroupAdLabel class. |
      AdGroupAdReturnValue | A container for return values from the AdGroupAdService. |
       Fields | List of all supported fields for the AdGroupAdReturnValue class. |
       FilterableFields | List of all supported filterable fields for the AdGroupAdReturnValue class. |
       SelectableFields | List of all supported selectable fields for the AdGroupAdReturnValue class. |
      ListReturnValue | Base list return value type. |
       Fields | List of all supported fields for the ListReturnValue class. |
       FilterableFields | List of all supported filterable fields for the ListReturnValue class. |
       SelectableFields | List of all supported selectable fields for the ListReturnValue class. |
      AdGroupAdLabelReturnValue | A container for return values from the AdGroupAdService::mutateLabel call. |
      AdGroupAdServiceInterfaceChannel | |
      AdGroupAdServiceInterface | |
      ExemptionRequest | A request to be exempted from a PolicyViolationError. |
       Fields | List of all supported fields for the ExemptionRequest class. |
       FilterableFields | List of all supported filterable fields for the ExemptionRequest class. |
       SelectableFields | List of all supported selectable fields for the ExemptionRequest class. |
      AdGroupAdService | Use this service to manage ads. Available ad types are subclasses of the base Ad type and are shown in the AdGroupAd.ad documentation. Here are some of the commonly used ad types: |
      WebpageCondition | Logical expression for targeting webpages of an advertiser's website |
       Fields | List of all supported fields for the WebpageCondition class. |
       FilterableFields | List of all supported filterable fields for the WebpageCondition class. |
       SelectableFields | List of all supported selectable fields for the WebpageCondition class. |
      CriterionParameter | Base type of criterion parameters. |
       Fields | List of all supported fields for the CriterionParameter class. |
       FilterableFields | List of all supported filterable fields for the CriterionParameter class. |
       SelectableFields | List of all supported selectable fields for the CriterionParameter class. |
      WebpageParameter | Parameter of Webpage criterion, expressed as a list of conditions, or logical expressions, for targeting webpages of an advertiser's website. |
       Fields | List of all supported fields for the WebpageParameter class. |
       FilterableFields | List of all supported filterable fields for the WebpageParameter class. |
       SelectableFields | List of all supported selectable fields for the WebpageParameter class. |
      FunctionArgumentOperand | An operand that can be used in a function expression. |
       Fields | List of all supported fields for the FunctionArgumentOperand class. |
       FilterableFields | List of all supported filterable fields for the FunctionArgumentOperand class. |
       SelectableFields | List of all supported selectable fields for the FunctionArgumentOperand class. |
      PlacesOfInterestOperand | This operand specifies a place of interest category for semantic targeting. |
       Fields | List of all supported fields for the PlacesOfInterestOperand class. |
       FilterableFields | List of all supported filterable fields for the PlacesOfInterestOperand class. |
       SelectableFields | List of all supported selectable fields for the PlacesOfInterestOperand class. |
      LocationExtensionOperand | This operand specifies information required for location extension targeting. |
       Fields | List of all supported fields for the LocationExtensionOperand class. |
       FilterableFields | List of all supported filterable fields for the LocationExtensionOperand class. |
       SelectableFields | List of all supported selectable fields for the LocationExtensionOperand class. |
      ConstantOperand | A constant operand in a matching function. |
       Fields | List of all supported fields for the ConstantOperand class. |
       FilterableFields | List of all supported filterable fields for the ConstantOperand class. |
       SelectableFields | List of all supported selectable fields for the ConstantOperand class. |
      IncomeOperand | This operand specifies the income bracket a household falls under. |
       Fields | List of all supported fields for the IncomeOperand class. |
       FilterableFields | List of all supported filterable fields for the IncomeOperand class. |
       SelectableFields | List of all supported selectable fields for the IncomeOperand class. |
      GeoTargetOperand | Represents an operand containing geo information, specifying the scope of the geographical area. Currently, geo targets are restricted to a single criterion id per operand. |
       Fields | List of all supported fields for the GeoTargetOperand class. |
       FilterableFields | List of all supported filterable fields for the GeoTargetOperand class. |
       SelectableFields | List of all supported selectable fields for the GeoTargetOperand class. |
      Function | Represents a function where its operator is applied to its argument operands resulting in a return value. It has the form (Operand... Operator Operand...). The type of the return value depends on the operator being applied and the type of the operands |
       Fields | List of all supported fields for the Function class. |
       FilterableFields | List of all supported filterable fields for the Function class. |
       SelectableFields | List of all supported selectable fields for the Function class. |
      Address | Structure to specify an address location. |
       Fields | List of all supported fields for the Address class. |
       FilterableFields | List of all supported filterable fields for the Address class. |
       SelectableFields | List of all supported selectable fields for the Address class. |
      GeoPoint | Specifies a geo location with the supplied latitude/longitude. |
       Fields | List of all supported fields for the GeoPoint class. |
       FilterableFields | List of all supported filterable fields for the GeoPoint class. |
       SelectableFields | List of all supported selectable fields for the GeoPoint class. |
      ProductDimension | Dimension by which to subdivide or filter products. |
       Fields | List of all supported fields for the ProductDimension class. |
       FilterableFields | List of all supported filterable fields for the ProductDimension class. |
       SelectableFields | List of all supported selectable fields for the ProductDimension class. |
      UnknownProductDimension | An unknown product dimension type which will be returned in place of any ProductDimension not supported by the clients current API version. |
      ProductTypeFull | A full product type string. Category of the product according to the merchant's own classification. Example: |
       Fields | List of all supported fields for the ProductTypeFull class. |
       FilterableFields | List of all supported filterable fields for the ProductTypeFull class. |
       SelectableFields | List of all supported selectable fields for the ProductTypeFull class. |
      ProductType | One element of a product type string at a certain level. Top-level product types are at level 1, their children at level 2, and so on. We currently support up to 5 levels. The user must specify a dimension type that indicates the level of the product type. All cases of the same subdivision must have the same dimension type (product type level). |
       Fields | List of all supported fields for the ProductType class. |
       FilterableFields | List of all supported filterable fields for the ProductType class. |
       SelectableFields | List of all supported selectable fields for the ProductType class. |
      ProductOfferId | An offer ID as specified by the merchant. |
       Fields | List of all supported fields for the ProductOfferId class. |
       FilterableFields | List of all supported filterable fields for the ProductOfferId class. |
       SelectableFields | List of all supported selectable fields for the ProductOfferId class. |
      ProductCustomAttribute | A custom attribute value. As a product can have multiple custom attributes, the user must specify a dimension type that indicates the index of the attribute by which to subdivide. All cases of the same subdivision must have the same dimension type (attribute index). |
       Fields | List of all supported fields for the ProductCustomAttribute class. |
       FilterableFields | List of all supported filterable fields for the ProductCustomAttribute class. |
       SelectableFields | List of all supported selectable fields for the ProductCustomAttribute class. |
      ProductLegacyCondition | A plain condition string. Not supported by campaigns of AdvertisingChannelType::SHOPPING so is only used in ProductScopes. |
      ProductChannelExclusivity | The product channel exclusivity dimension, which limits the availability of an offer between only local, only online, or both. Only supported by campaigns of AdvertisingChannelType::SHOPPING. |
      ProductChannel | The product channel dimension, which specifies the locality of an offer. Only supported by campaigns of AdvertisingChannelType::SHOPPING. |
      ProductCanonicalCondition | A canonical condition. Only supported by campaigns of AdvertisingChannelType::SHOPPING. |
      ProductBrand | A brand string. |
       Fields | List of all supported fields for the ProductBrand class. |
       FilterableFields | List of all supported filterable fields for the ProductBrand class. |
       SelectableFields | List of all supported selectable fields for the ProductBrand class. |
      ProductBiddingCategory | One element of a bidding category at a certain level. Top-level categories are at level 1, their children at level 2, and so on. We currently support up to 5 levels. The user must specify a dimension type that indicates the level of the category. All cases of the same subdivision must have the same dimension type (category level). |
       Fields | List of all supported fields for the ProductBiddingCategory class. |
       FilterableFields | List of all supported filterable fields for the ProductBiddingCategory class. |
       SelectableFields | List of all supported selectable fields for the ProductBiddingCategory class. |
      ProductAdwordsLabels | An |
       Fields | List of all supported fields for the ProductAdwordsLabels class. |
       FilterableFields | List of all supported filterable fields for the ProductAdwordsLabels class. |
       SelectableFields | List of all supported selectable fields for the ProductAdwordsLabels class. |
      ProductAdwordsGrouping | An |
       Fields | List of all supported fields for the ProductAdwordsGrouping class. |
       FilterableFields | List of all supported filterable fields for the ProductAdwordsGrouping class. |
       SelectableFields | List of all supported selectable fields for the ProductAdwordsGrouping class. |
      Criterion | Represents a criterion (such as a keyword, placement, or vertical). This is disabled for AdX when it is contained within Operators: ADD, SET. |
       Fields | List of all supported fields for the Criterion class. |
       FilterableFields | List of all supported filterable fields for the Criterion class. |
       SelectableFields | List of all supported selectable fields for the Criterion class. |
      YouTubeVideo | YouTube video criterion |
       Fields | List of all supported fields for the YouTubeVideo class. |
       FilterableFields | List of all supported filterable fields for the YouTubeVideo class. |
       SelectableFields | List of all supported selectable fields for the YouTubeVideo class. |
      YouTubeChannel | YouTube channel criterion |
       Fields | List of all supported fields for the YouTubeChannel class. |
       FilterableFields | List of all supported filterable fields for the YouTubeChannel class. |
       SelectableFields | List of all supported selectable fields for the YouTubeChannel class. |
      Webpage | Criterion for targeting webpages of an advertiser's website. The website domain name is specified at the campaign level. This is disabled for AdX when it is contained within Operators: ADD, SET. |
       Fields | List of all supported fields for the Webpage class. |
       FilterableFields | List of all supported filterable fields for the Webpage class. |
       SelectableFields | List of all supported selectable fields for the Webpage class. |
      Vertical | Use verticals to target or exclude placements in the Google Display Network based on the category into which the placement falls (for example, "Pets &
Animals/Pets/Dogs"). View the complete list of available vertical categories. This is enabled for AdX. |
       Fields | List of all supported fields for the Vertical class. |
       FilterableFields | List of all supported filterable fields for the Vertical class. |
       SelectableFields | List of all supported selectable fields for the Vertical class. |
      CriterionUserList | UserList - represents a user list that is defined by the advertiser to be targeted. This is enabled for AdX. |
       Fields | List of all supported fields for the CriterionUserList class. |
       FilterableFields | List of all supported filterable fields for the CriterionUserList class. |
       SelectableFields | List of all supported selectable fields for the CriterionUserList class. |
      CriterionUserInterest | User Interest represents a particular interest-based vertical to be targeted. This is enabled for AdX. |
       Fields | List of all supported fields for the CriterionUserInterest class. |
       FilterableFields | List of all supported filterable fields for the CriterionUserInterest class. |
       SelectableFields | List of all supported selectable fields for the CriterionUserInterest class. |
      LocationGroups | Represents a criterion containing a function that when evaluated specifies how to target based on the type of the location. These "location groups" are custom, dynamic bundles of locations (for instance "High income areas in California" or "Airports in France") |
       Fields | List of all supported fields for the LocationGroups class. |
       FilterableFields | List of all supported filterable fields for the LocationGroups class. |
       SelectableFields | List of all supported selectable fields for the LocationGroups class. |
      Proximity | Represents a Proximity Criterion. A proximity is an area within a certain radius of a point with the center point being described by a lat/long pair. The caller may also alternatively provide address fields which will be geocoded into a lat/long pair. Note: If a geoPoint value is provided, the address is not used for calculating the lat/long to target |
       Fields | List of all supported fields for the Proximity class. |
       FilterableFields | List of all supported filterable fields for the Proximity class. |
       SelectableFields | List of all supported selectable fields for the Proximity class. |
      ProductScope | Scope of products. Contains a set of product dimensions, all of which a product has to match to be included in the campaign. These product dimensions must have a value; the "everything else" case without a value is not allowed |
       Fields | List of all supported fields for the ProductScope class. |
       FilterableFields | List of all supported filterable fields for the ProductScope class. |
       SelectableFields | List of all supported selectable fields for the ProductScope class. |
      Platform | Represents Platform criterion |
       Fields | List of all supported fields for the Platform class. |
       FilterableFields | List of all supported filterable fields for the Platform class. |
       SelectableFields | List of all supported selectable fields for the Platform class. |
      Placement | A placement used for modifying bids for sites when targeting the content network. This is enabled for AdX. |
       Fields | List of all supported fields for the Placement class. |
       FilterableFields | List of all supported filterable fields for the Placement class. |
       SelectableFields | List of all supported selectable fields for the Placement class. |
      Parent | Parent criterion |
       Fields | List of all supported fields for the Parent class. |
       FilterableFields | List of all supported filterable fields for the Parent class. |
       SelectableFields | List of all supported selectable fields for the Parent class. |
      OperatingSystemVersion | Represents an Operating System Version Criterion. View the complete list of available mobile platforms. You can also get the list from ConstantDataService |
       Fields | List of all supported fields for the OperatingSystemVersion class. |
       FilterableFields | List of all supported filterable fields for the OperatingSystemVersion class. |
       SelectableFields | List of all supported selectable fields for the OperatingSystemVersion class. |
      MobileDevice | Represents a Mobile Device Criterion |
       Fields | List of all supported fields for the MobileDevice class. |
       FilterableFields | List of all supported filterable fields for the MobileDevice class. |
       SelectableFields | List of all supported selectable fields for the MobileDevice class. |
      MobileApplication | Represents the mobile application to be targeted. This is enabled for AdX. |
       Fields | List of all supported fields for the MobileApplication class. |
       FilterableFields | List of all supported filterable fields for the MobileApplication class. |
       SelectableFields | List of all supported selectable fields for the MobileApplication class. |
      MobileAppCategory | Represents the mobile app category to be targeted. View the complete list of available mobile app categories. This is enabled for AdX. |
       Fields | List of all supported fields for the MobileAppCategory class. |
       FilterableFields | List of all supported filterable fields for the MobileAppCategory class. |
       SelectableFields | List of all supported selectable fields for the MobileAppCategory class. |
      Location | Represents Location criterion |
       Fields | List of all supported fields for the Location class. |
       FilterableFields | List of all supported filterable fields for the Location class. |
       SelectableFields | List of all supported selectable fields for the Location class. |
      Language | Represents a Language criterion |
       Fields | List of all supported fields for the Language class. |
       FilterableFields | List of all supported filterable fields for the Language class. |
       SelectableFields | List of all supported selectable fields for the Language class. |
      Keyword | Represents a keyword. This is disabled for AdX when it is contained within Operators: ADD, SET. |
       Fields | List of all supported fields for the Keyword class. |
       FilterableFields | List of all supported filterable fields for the Keyword class. |
       SelectableFields | List of all supported selectable fields for the Keyword class. |
      IpBlock | Criterion used for IP exclusions. We allow: |
       Fields | List of all supported fields for the IpBlock class. |
       FilterableFields | List of all supported filterable fields for the IpBlock class. |
       SelectableFields | List of all supported selectable fields for the IpBlock class. |
      IncomeRange | Income range criterion allows to target and exclude predefined income percentile ranges |
       Fields | List of all supported fields for the IncomeRange class. |
       FilterableFields | List of all supported filterable fields for the IncomeRange class. |
       SelectableFields | List of all supported selectable fields for the IncomeRange class. |
      Gender | Represents a Gender criterion |
       Fields | List of all supported fields for the Gender class. |
       FilterableFields | List of all supported filterable fields for the Gender class. |
       SelectableFields | List of all supported selectable fields for the Gender class. |
      ContentLabel | Content Label for category exclusion. This is enabled for AdX. |
       Fields | List of all supported fields for the ContentLabel class. |
       FilterableFields | List of all supported filterable fields for the ContentLabel class. |
       SelectableFields | List of all supported selectable fields for the ContentLabel class. |
      Carrier | Represents a Carrier Criterion |
       Fields | List of all supported fields for the Carrier class. |
       FilterableFields | List of all supported filterable fields for the Carrier class. |
       SelectableFields | List of all supported selectable fields for the Carrier class. |
      AgeRange | Represents an Age Range criterion |
       Fields | List of all supported fields for the AgeRange class. |
       FilterableFields | List of all supported filterable fields for the AgeRange class. |
       SelectableFields | List of all supported selectable fields for the AgeRange class. |
      AdSchedule | Represents an AdSchedule Criterion. AdSchedule is specified as day and time of the week criteria to target the Ads |
       Fields | List of all supported fields for the AdSchedule class. |
       FilterableFields | List of all supported filterable fields for the AdSchedule class. |
       SelectableFields | List of all supported selectable fields for the AdSchedule class. |
      CampaignCriterion | Represents a campaign level criterion. |
       Fields | List of all supported fields for the CampaignCriterion class. |
       FilterableFields | List of all supported filterable fields for the CampaignCriterion class. |
       SelectableFields | List of all supported selectable fields for the CampaignCriterion class. |
      NegativeCampaignCriterion | A negative campaign criterion. |
      CampaignCriterionPage | Contains a subset of campaign criteria resulting from a call to CampaignCriterionService::get. |
       Fields | List of all supported fields for the CampaignCriterionPage class. |
       FilterableFields | List of all supported filterable fields for the CampaignCriterionPage class. |
       SelectableFields | List of all supported selectable fields for the CampaignCriterionPage class. |
      RegionCodeError | A list of all errors associated with the constraints. |
       Fields | List of all supported fields for the RegionCodeError class. |
       FilterableFields | List of all supported filterable fields for the RegionCodeError class. |
       SelectableFields | List of all supported selectable fields for the RegionCodeError class. |
      CriterionError | Error class used for reporting criteria related errors. |
      CampaignCriterionError | Base error class for Campaign Criterion Service. |
       Fields | List of all supported fields for the CampaignCriterionError class. |
       FilterableFields | List of all supported filterable fields for the CampaignCriterionError class. |
       SelectableFields | List of all supported selectable fields for the CampaignCriterionError class. |
      CampaignCriterionServiceInterface | |
      CampaignCriterionOperation | Generic operation (add, remove and set) for campaign criteria. |
       Fields | List of all supported fields for the CampaignCriterionOperation class. |
       FilterableFields | List of all supported filterable fields for the CampaignCriterionOperation class. |
       SelectableFields | List of all supported selectable fields for the CampaignCriterionOperation class. |
      CampaignCriterionReturnValue | A container for return values from the CampaignCriterionService. |
       Fields | List of all supported fields for the CampaignCriterionReturnValue class. |
       FilterableFields | List of all supported filterable fields for the CampaignCriterionReturnValue class. |
       SelectableFields | List of all supported selectable fields for the CampaignCriterionReturnValue class. |
      CampaignCriterionServiceInterfaceChannel | |
      CampaignCriterionService | Use this service to manage campaign-level criteria |
      SelectiveOptimization | Selected set of conversion types or a selective optimization set id for optimizing campaigns. For e.g. For universal app campaigns, these are the set of in-app actions to optimize the campaign towards. |
       Fields | List of all supported fields for the SelectiveOptimization class. |
       FilterableFields | List of all supported filterable fields for the SelectiveOptimization class. |
       SelectableFields | List of all supported selectable fields for the SelectiveOptimization class. |
      ListOperations | Describes the behavior of elements in a list. Instances of ListOperations will always be defined alongside some list in an API POJO. The number of operators in the ListOperations must be equal to the number of elements in the POJO list. Each operator, together with its corresponding list element, describe an intended change |
       Fields | List of all supported fields for the ListOperations class. |
       FilterableFields | List of all supported filterable fields for the ListOperations class. |
       SelectableFields | List of all supported selectable fields for the ListOperations class. |
      UniversalAppCampaignInfo | Stores campaign-level info related to Universal App Campaigns. |
       Fields | List of all supported fields for the UniversalAppCampaignInfo class. |
       FilterableFields | List of all supported filterable fields for the UniversalAppCampaignInfo class. |
       SelectableFields | List of all supported selectable fields for the UniversalAppCampaignInfo class. |
      VanityPharma | Describes how unbranded pharma ads will be displayed. |
       Fields | List of all supported fields for the VanityPharma class. |
       FilterableFields | List of all supported filterable fields for the VanityPharma class. |
       SelectableFields | List of all supported selectable fields for the VanityPharma class. |
      Bids | Base class for all bids. |
       Fields | List of all supported fields for the Bids class. |
       FilterableFields | List of all supported filterable fields for the Bids class. |
       SelectableFields | List of all supported selectable fields for the Bids class. |
      CpmBid | Manual impression based bids. |
       Fields | List of all supported fields for the CpmBid class. |
       FilterableFields | List of all supported filterable fields for the CpmBid class. |
       SelectableFields | List of all supported selectable fields for the CpmBid class. |
      Money | Represents a money amount. |
       Fields | List of all supported fields for the Money class. |
       FilterableFields | List of all supported filterable fields for the Money class. |
       SelectableFields | List of all supported selectable fields for the Money class. |
      ComparableValue | Comparable types for constructing ranges with. |
       Fields | List of all supported fields for the ComparableValue class. |
       FilterableFields | List of all supported filterable fields for the ComparableValue class. |
       SelectableFields | List of all supported selectable fields for the ComparableValue class. |
      NumberValue | Number value types for constructing number valued ranges. |
      LongValue | Number value type for constructing long valued ranges. |
       Fields | List of all supported fields for the LongValue class. |
       FilterableFields | List of all supported filterable fields for the LongValue class. |
       SelectableFields | List of all supported selectable fields for the LongValue class. |
      DoubleValue | Number value type for constructing double valued ranges. |
       Fields | List of all supported fields for the DoubleValue class. |
       FilterableFields | List of all supported filterable fields for the DoubleValue class. |
       SelectableFields | List of all supported selectable fields for the DoubleValue class. |
      CpcBid | Manual click based bids. |
       Fields | List of all supported fields for the CpcBid class. |
       FilterableFields | List of all supported filterable fields for the CpcBid class. |
       SelectableFields | List of all supported selectable fields for the CpcBid class. |
      CpaBid | CPA Bids. |
       Fields | List of all supported fields for the CpaBid class. |
       FilterableFields | List of all supported filterable fields for the CpaBid class. |
       SelectableFields | List of all supported selectable fields for the CpaBid class. |
      BiddingScheme | Base class for all bidding schemes. This is disabled for AdX. |
       Fields | List of all supported fields for the BiddingScheme class. |
       FilterableFields | List of all supported filterable fields for the BiddingScheme class. |
       SelectableFields | List of all supported selectable fields for the BiddingScheme class. |
      TargetSpendBiddingScheme | Target Spend is an automated bid strategy that sets your bids to help get as many clicks as possible within your budget. This is disabled for AdX. |
       Fields | List of all supported fields for the TargetSpendBiddingScheme class. |
       FilterableFields | List of all supported filterable fields for the TargetSpendBiddingScheme class. |
       SelectableFields | List of all supported selectable fields for the TargetSpendBiddingScheme class. |
      TargetRoasBiddingScheme | Target Roas bidding strategy helps you maximize revenue while averaging a specific target return on average spend (ROAS) |
       Fields | List of all supported fields for the TargetRoasBiddingScheme class. |
       FilterableFields | List of all supported filterable fields for the TargetRoasBiddingScheme class. |
       SelectableFields | List of all supported selectable fields for the TargetRoasBiddingScheme class. |
      TargetOutrankShareBiddingScheme | Target Outrank Share bidding strategy is an automated bidding strategy which automatically sets bids so that the customer's ads appear above a specified competitors' ads for a specified target fraction of the advertiser's eligible impressions on Google.com. This is disabled for AdX. |
       Fields | List of all supported fields for the TargetOutrankShareBiddingScheme class. |
       FilterableFields | List of all supported filterable fields for the TargetOutrankShareBiddingScheme class. |
       SelectableFields | List of all supported selectable fields for the TargetOutrankShareBiddingScheme class. |
      TargetCpaBiddingScheme | Target CPA is an automated bid strategy that sets bids to help get as many conversions as possible at the target cost per acquisition (CPA) you set |
       Fields | List of all supported fields for the TargetCpaBiddingScheme class. |
       FilterableFields | List of all supported filterable fields for the TargetCpaBiddingScheme class. |
       SelectableFields | List of all supported selectable fields for the TargetCpaBiddingScheme class. |
      PageOnePromotedBiddingScheme | Page-One Promoted bidding scheme, which sets max cpc bids to target impressions on page one or page one promoted slots on google.com. This is disabled for AdX. |
       Fields | List of all supported fields for the PageOnePromotedBiddingScheme class. |
       FilterableFields | List of all supported filterable fields for the PageOnePromotedBiddingScheme class. |
       SelectableFields | List of all supported selectable fields for the PageOnePromotedBiddingScheme class. |
      MaximizeConversionsBiddingScheme | Maximize conversions is an automated bidding strategy that automatically sets bids to help get the most conversions for your campaign while spending your budget. This is disabled for AdX. |
      MaximizeConversionValueBiddingScheme | Maximize Conversion Value bidding strategy is an automated bidding strategy which tries to maximize conversion value given a daily budget. This is disabled for AdX. |
       Fields | List of all supported fields for the MaximizeConversionValueBiddingScheme class. |
       FilterableFields | List of all supported filterable fields for the MaximizeConversionValueBiddingScheme class. |
       SelectableFields | List of all supported selectable fields for the MaximizeConversionValueBiddingScheme class. |
      ManualCpmBiddingScheme | Manual impression based bidding where user pays per thousand impressions. This is enabled for AdX. |
       Fields | List of all supported fields for the ManualCpmBiddingScheme class. |
       FilterableFields | List of all supported filterable fields for the ManualCpmBiddingScheme class. |
       SelectableFields | List of all supported selectable fields for the ManualCpmBiddingScheme class. |
      ManualCpcBiddingScheme | Manual click based bidding where user pays per click. This is disabled for AdX. |
       Fields | List of all supported fields for the ManualCpcBiddingScheme class. |
       FilterableFields | List of all supported filterable fields for the ManualCpcBiddingScheme class. |
       SelectableFields | List of all supported selectable fields for the ManualCpcBiddingScheme class. |
      BiddingStrategyConfiguration | Encapsulates the information about bids and bidding strategies. Note: Starting with v201705, bidding strategies can only be set on campaigns. In earlier versions, bidding strategies can be set on campaigns, ad groups and ad group criteria. |
       Fields | List of all supported fields for the BiddingStrategyConfiguration class. |
       FilterableFields | List of all supported filterable fields for the BiddingStrategyConfiguration class. |
       SelectableFields | List of all supported selectable fields for the BiddingStrategyConfiguration class. |
      NetworkSetting | Network settings for a Campaign. |
       Fields | List of all supported fields for the NetworkSetting class. |
       FilterableFields | List of all supported filterable fields for the NetworkSetting class. |
       SelectableFields | List of all supported selectable fields for the NetworkSetting class. |
      TargetingSettingDetail | Specifies if criteria of this type group should be used to restrict targeting, or if ads can serve anywhere and criteria are only used in determining the bid |
       Fields | List of all supported fields for the TargetingSettingDetail class. |
       FilterableFields | List of all supported filterable fields for the TargetingSettingDetail class. |
       SelectableFields | List of all supported selectable fields for the TargetingSettingDetail class. |
      UniversalAppCampaignAdsPolicyDecisions | Contains Universal App Campaign Ads Policy decisions with asset identifier information, where available. |
       Fields | List of all supported fields for the UniversalAppCampaignAdsPolicyDecisions class. |
       FilterableFields | List of all supported filterable fields for the UniversalAppCampaignAdsPolicyDecisions class. |
       SelectableFields | List of all supported selectable fields for the UniversalAppCampaignAdsPolicyDecisions class. |
      PageFeed | Page feeds associated with DynamicSearchAdsSetting. |
       Fields | List of all supported fields for the PageFeed class. |
       FilterableFields | List of all supported filterable fields for the PageFeed class. |
       SelectableFields | List of all supported selectable fields for the PageFeed class. |
      Setting | Base type for AdWords campaign settings. |
       Fields | List of all supported fields for the Setting class. |
       FilterableFields | List of all supported filterable fields for the Setting class. |
       SelectableFields | List of all supported selectable fields for the Setting class. |
      TrackingSetting | Campaign level settings for tracking information. |
       Fields | List of all supported fields for the TrackingSetting class. |
       FilterableFields | List of all supported filterable fields for the TrackingSetting class. |
       SelectableFields | List of all supported selectable fields for the TrackingSetting class. |
      TargetingSetting | Setting for targeting related features. This is applicable at Campaign and AdGroup level. |
       Fields | List of all supported fields for the TargetingSetting class. |
       FilterableFields | List of all supported filterable fields for the TargetingSetting class. |
       SelectableFields | List of all supported selectable fields for the TargetingSetting class. |
      ShoppingSetting | Setting for shopping campaigns. Defines the universe of products covered by the campaign. Encapsulates a merchant ID, sales country, and campaign priority. |
       Fields | List of all supported fields for the ShoppingSetting class. |
       FilterableFields | List of all supported filterable fields for the ShoppingSetting class. |
       SelectableFields | List of all supported selectable fields for the ShoppingSetting class. |
      RealTimeBiddingSetting | Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network. |
       Fields | List of all supported fields for the RealTimeBiddingSetting class. |
       FilterableFields | List of all supported filterable fields for the RealTimeBiddingSetting class. |
       SelectableFields | List of all supported selectable fields for the RealTimeBiddingSetting class. |
      UniversalAppCampaignSetting | Setting for storing the mobile app to advertise and creative assets for Universal app campaigns. This setting is required for Campaigns with advertising channel subtype UNIVERSAL_APP_CAMPAIGN and can only be attached to such Campaigns. |
       Fields | List of all supported fields for the UniversalAppCampaignSetting class. |
       FilterableFields | List of all supported filterable fields for the UniversalAppCampaignSetting class. |
       SelectableFields | List of all supported selectable fields for the UniversalAppCampaignSetting class. |
      GeoTargetTypeSetting | Represents a collection of settings related to ads geotargeting |
       Fields | List of all supported fields for the GeoTargetTypeSetting class. |
       FilterableFields | List of all supported filterable fields for the GeoTargetTypeSetting class. |
       SelectableFields | List of all supported selectable fields for the GeoTargetTypeSetting class. |
      DynamicSearchAdsSetting | Setting for controlling Dynamic Search Ads (DSA). Contains the domain name and the language used by the DSA system to automatically generate landing pages and keywords for a campaign. |
       Fields | List of all supported fields for the DynamicSearchAdsSetting class. |
       FilterableFields | List of all supported filterable fields for the DynamicSearchAdsSetting class. |
       SelectableFields | List of all supported selectable fields for the DynamicSearchAdsSetting class. |
      FrequencyCap | A frequency cap is the maximum number of times an ad (or some set of ads) can be shown to a user over a particular time period. |
       Fields | List of all supported fields for the FrequencyCap class. |
       FilterableFields | List of all supported filterable fields for the FrequencyCap class. |
       SelectableFields | List of all supported selectable fields for the FrequencyCap class. |
      ConversionOptimizerEligibility | Eligibility data for Campaign to transition to Conversion Optimizer |
       Fields | List of all supported fields for the ConversionOptimizerEligibility class. |
       FilterableFields | List of all supported filterable fields for the ConversionOptimizerEligibility class. |
       SelectableFields | List of all supported selectable fields for the ConversionOptimizerEligibility class. |
      Budget | Budgets are used for managing the amount of money spent on AdWords. |
       Fields | List of all supported fields for the Budget class. |
       FilterableFields | List of all supported filterable fields for the Budget class. |
       SelectableFields | List of all supported selectable fields for the Budget class. |
      Campaign | Data representing an AdWords campaign. |
       Fields | List of all supported fields for the Campaign class. |
       FilterableFields | List of all supported filterable fields for the Campaign class. |
       SelectableFields | List of all supported selectable fields for the Campaign class. |
      CampaignPage | Contains a set of campaigns resulting from the filtering and paging of the CampaignService::get call. |
       Fields | List of all supported fields for the CampaignPage class. |
       FilterableFields | List of all supported filterable fields for the CampaignPage class. |
       SelectableFields | List of all supported selectable fields for the CampaignPage class. |
      SettingError | Indicates a problem with campaign settings. |
       Fields | List of all supported fields for the SettingError class. |
       FilterableFields | List of all supported filterable fields for the SettingError class. |
       SelectableFields | List of all supported selectable fields for the SettingError class. |
      ListError | Errors that can occur when making changes to a list using ListOperations. |
       Fields | List of all supported fields for the ListError class. |
       FilterableFields | List of all supported filterable fields for the ListError class. |
       SelectableFields | List of all supported selectable fields for the ListError class. |
      DateRangeError | A list of all the error codes being used for date range error. |
       Fields | List of all supported fields for the DateRangeError class. |
       FilterableFields | List of all supported filterable fields for the DateRangeError class. |
       SelectableFields | List of all supported selectable fields for the DateRangeError class. |
      CampaignError | Base error class for Campaign Service. |
       Fields | List of all supported fields for the CampaignError class. |
       FilterableFields | List of all supported filterable fields for the CampaignError class. |
       SelectableFields | List of all supported selectable fields for the CampaignError class. |
      BudgetError | A list of all the error codes being used by the common budget domain package. |
       Fields | List of all supported fields for the BudgetError class. |
       FilterableFields | List of all supported filterable fields for the BudgetError class. |
       SelectableFields | List of all supported selectable fields for the BudgetError class. |
      BiddingErrors | Represents error codes for bidding strategy entities. |
       Fields | List of all supported fields for the BiddingErrors class. |
       FilterableFields | List of all supported filterable fields for the BiddingErrors class. |
       SelectableFields | List of all supported selectable fields for the BiddingErrors class. |
      CampaignServiceInterface | |
      CampaignOperation | An operation on an AdWords campaign |
       Fields | List of all supported fields for the CampaignOperation class. |
       FilterableFields | List of all supported filterable fields for the CampaignOperation class. |
       SelectableFields | List of all supported selectable fields for the CampaignOperation class. |
      CampaignLabelOperation | Operations for adding/removing labels from Campaign. |
       Fields | List of all supported fields for the CampaignLabelOperation class. |
       FilterableFields | List of all supported filterable fields for the CampaignLabelOperation class. |
       SelectableFields | List of all supported selectable fields for the CampaignLabelOperation class. |
      CampaignLabel | Manages the labels associated with a campaign. |
       Fields | List of all supported fields for the CampaignLabel class. |
       FilterableFields | List of all supported filterable fields for the CampaignLabel class. |
       SelectableFields | List of all supported selectable fields for the CampaignLabel class. |
      CampaignReturnValue | A container for return values from the CampaignService. |
       Fields | List of all supported fields for the CampaignReturnValue class. |
       FilterableFields | List of all supported filterable fields for the CampaignReturnValue class. |
       SelectableFields | List of all supported selectable fields for the CampaignReturnValue class. |
      CampaignLabelReturnValue | A container for return values from the CampaignService::mutateLabel call. |
      CampaignServiceInterfaceChannel | |
      CampaignService | Use this service to manage campaigns. A campaign organizes one or more ad groups together and has its own budget, bidding strategy, serving date range, and targeting settings (managed using CampaignCriterionService). You can also set campaign-wide ad extensions using CampaignExtensionSettingService |
      InteractionType | Represents an InteractionType criterion |
      CampaignBidModifier | Represents a bid-modifiable only criterion at the campaign level. |
       Fields | List of all supported fields for the CampaignBidModifier class. |
       FilterableFields | List of all supported filterable fields for the CampaignBidModifier class. |
       SelectableFields | List of all supported selectable fields for the CampaignBidModifier class. |
      CampaignBidModifierPage | Subset of campaign bid modifiers resulting from a call to CampaignBidModifierService::get. |
      CampaignBidModifierError | Base error class for CampaignBidModifier Service. |
      CampaignBidModifierServiceInterface | |
      CampaignBidModifierOperation | Operation used to create or mutate a CampaignBidModifier. |
       Fields | List of all supported fields for the CampaignBidModifierOperation class. |
       FilterableFields | List of all supported filterable fields for the CampaignBidModifierOperation class. |
       SelectableFields | List of all supported selectable fields for the CampaignBidModifierOperation class. |
      CampaignBidModifierReturnValue | A container for return values from the CampaignBidModifierService. |
      CampaignBidModifierServiceInterfaceChannel | |
      CampaignBidModifierService | Use this service to manage campaign level bidmodifiable-only criteria. |
      RequestContextOperand | An operand in a function referring to a value in the request context. |
       Fields | List of all supported fields for the RequestContextOperand class. |
       FilterableFields | List of all supported filterable fields for the RequestContextOperand class. |
       SelectableFields | List of all supported selectable fields for the RequestContextOperand class. |
      FunctionOperand | A function operand in a matching function. Used to represent nested functions. |
       Fields | List of all supported fields for the FunctionOperand class. |
       FilterableFields | List of all supported filterable fields for the FunctionOperand class. |
       SelectableFields | List of all supported selectable fields for the FunctionOperand class. |
      FeedAttributeOperand | Represents a feed attribute reference to use in a function. |
       Fields | List of all supported fields for the FeedAttributeOperand class. |
       FilterableFields | List of all supported filterable fields for the FeedAttributeOperand class. |
       SelectableFields | List of all supported selectable fields for the FeedAttributeOperand class. |
      CampaignFeed | CampaignFeeds are used to link a feed to a campaign using a matching function, making the feed's feed items available in the campaign's ads for substitution. |
       Fields | List of all supported fields for the CampaignFeed class. |
       FilterableFields | List of all supported filterable fields for the CampaignFeed class. |
       SelectableFields | List of all supported selectable fields for the CampaignFeed class. |
      NullStatsPage | |
      CampaignFeedPage | The result of a call to CampaignFeedService::get. Contains a list of associations between campaign and feeds. |
       Fields | List of all supported fields for the CampaignFeedPage class. |
       FilterableFields | List of all supported filterable fields for the CampaignFeedPage class. |
       SelectableFields | List of all supported selectable fields for the CampaignFeedPage class. |
      CampaignFeedError | Represents an error for the CampaignFeedService. |
       Fields | List of all supported fields for the CampaignFeedError class. |
       FilterableFields | List of all supported filterable fields for the CampaignFeedError class. |
       SelectableFields | List of all supported selectable fields for the CampaignFeedError class. |
      CampaignFeedServiceInterface | |
      CampaignFeedOperation | Operation used to create or mutate a CampaignFeed. |
       Fields | List of all supported fields for the CampaignFeedOperation class. |
       FilterableFields | List of all supported filterable fields for the CampaignFeedOperation class. |
       SelectableFields | List of all supported selectable fields for the CampaignFeedOperation class. |
      CampaignFeedReturnValue | The result of a call to CampaignFeedService::mutate. |
       Fields | List of all supported fields for the CampaignFeedReturnValue class. |
       FilterableFields | List of all supported filterable fields for the CampaignFeedReturnValue class. |
       SelectableFields | List of all supported selectable fields for the CampaignFeedReturnValue class. |
      CampaignFeedServiceInterfaceChannel | |
      CampaignFeedService | Service used to manage campaign feed links, and matching functions. |
      CampaignGroup | Data representing an AdWords campaign group. |
       Fields | List of all supported fields for the CampaignGroup class. |
       FilterableFields | List of all supported filterable fields for the CampaignGroup class. |
       SelectableFields | List of all supported selectable fields for the CampaignGroup class. |
      CampaignGroupPage | Contains a subset of campaign groups resulting from the filtering and paging of the CampaignGroupService::get call. |
       Fields | List of all supported fields for the CampaignGroupPage class. |
       FilterableFields | List of all supported filterable fields for the CampaignGroupPage class. |
       SelectableFields | List of all supported selectable fields for the CampaignGroupPage class. |
      CampaignGroupError | Base error class for Campaign Group Service. |
       Fields | List of all supported fields for the CampaignGroupError class. |
       FilterableFields | List of all supported filterable fields for the CampaignGroupError class. |
       SelectableFields | List of all supported selectable fields for the CampaignGroupError class. |
      CampaignGroupServiceInterface | |
      CampaignGroupOperation | An operation on an AdWords Campaign Group |
       Fields | List of all supported fields for the CampaignGroupOperation class. |
       FilterableFields | List of all supported filterable fields for the CampaignGroupOperation class. |
       SelectableFields | List of all supported selectable fields for the CampaignGroupOperation class. |
      CampaignGroupReturnValue | A container for return values from the CampaignGroupService mutate calls. |
       Fields | List of all supported fields for the CampaignGroupReturnValue class. |
       FilterableFields | List of all supported filterable fields for the CampaignGroupReturnValue class. |
       SelectableFields | List of all supported selectable fields for the CampaignGroupReturnValue class. |
      CampaignGroupServiceInterfaceChannel | |
      CampaignGroupService | Use this service to manage campaign groups. A CampaignGroup organizes one or more campaigns together and has its own budget. |
      PerformanceTarget | This class is used to configure various Performance Targets. |
       Fields | List of all supported fields for the PerformanceTarget class. |
       FilterableFields | List of all supported filterable fields for the PerformanceTarget class. |
       SelectableFields | List of all supported selectable fields for the PerformanceTarget class. |
      CampaignGroupPerformanceTarget | Data representing a campaign group performance target. A campaign group performance target is an entity that specifies a time range for a campaign group and various metrics by which the performance of that campaign group can be measured for the time period that the performance target is active. |
       Fields | List of all supported fields for the CampaignGroupPerformanceTarget class. |
       FilterableFields | List of all supported filterable fields for the CampaignGroupPerformanceTarget class. |
       SelectableFields | List of all supported selectable fields for the CampaignGroupPerformanceTarget class. |
      CampaignGroupPerformanceTargetPage | Contains a subset of campaign group performance targets resulting from the filtering and paging of the {CampaignGroupPerformanceTargetService::get} call. |
      PerformanceTargetError | Base error class for all performance target related errors. |
       Fields | List of all supported fields for the PerformanceTargetError class. |
       FilterableFields | List of all supported filterable fields for the PerformanceTargetError class. |
       SelectableFields | List of all supported selectable fields for the PerformanceTargetError class. |
      CampaignGroupPerformanceTargetError | Base error class for CampaignGroupPerformanceTargetService. |
       Fields | List of all supported fields for the CampaignGroupPerformanceTargetError class. |
       FilterableFields | List of all supported filterable fields for the CampaignGroupPerformanceTargetError class. |
       SelectableFields | List of all supported selectable fields for the CampaignGroupPerformanceTargetError class. |
      CampaignGroupPerformanceTargetServiceInterface | |
      CampaignGroupPerformanceTargetOperation | An operation on a campaign group performance target. |
       Fields | List of all supported fields for the CampaignGroupPerformanceTargetOperation class. |
       FilterableFields | List of all supported filterable fields for the CampaignGroupPerformanceTargetOperation class. |
       SelectableFields | List of all supported selectable fields for the CampaignGroupPerformanceTargetOperation class. |
      CampaignGroupPerformanceTargetReturnValue | A container for return values from the CampaignGroupPerformanceTargetService. |
       Fields | List of all supported fields for the CampaignGroupPerformanceTargetReturnValue class. |
       FilterableFields | List of all supported filterable fields for the CampaignGroupPerformanceTargetReturnValue class. |
       SelectableFields | List of all supported selectable fields for the CampaignGroupPerformanceTargetReturnValue class. |
      CampaignGroupPerformanceTargetServiceInterfaceChannel | |
      CampaignGroupPerformanceTargetService | Use this service to manage campaign group performance targets. A CampaignGroupPerformanceTarget is an entity that specifies a time range for a campaign group and various metrics by which the performance of that campaign group can be measured for the time period that the performance target is active. |
      ConstantDataServiceInterface | |
      ProductBiddingCategoryData | The taxonomy of ProductBiddingCategory dimension values |
       Fields | List of all supported fields for the ProductBiddingCategoryData class. |
       FilterableFields | List of all supported filterable fields for the ProductBiddingCategoryData class. |
       SelectableFields | List of all supported selectable fields for the ProductBiddingCategoryData class. |
      ConstantData | Marker interface for ConstantDataService objects. This is primarily required for field catalog generation. |
       Fields | List of all supported fields for the ConstantData class. |
       FilterableFields | List of all supported filterable fields for the ConstantData class. |
       SelectableFields | List of all supported selectable fields for the ConstantData class. |
      ConstantDataServiceInterfaceChannel | |
      ConstantDataService | A service to return constant data. |
      ConversionTracker | An abstract Conversion base class. |
       Fields | List of all supported fields for the ConversionTracker class. |
       FilterableFields | List of all supported filterable fields for the ConversionTracker class. |
       SelectableFields | List of all supported selectable fields for the ConversionTracker class. |
      WebsiteCallMetricsConversion | A conversion that happens when a user performs the following sequence of actions: |
       Fields | List of all supported fields for the WebsiteCallMetricsConversion class. |
       FilterableFields | List of all supported filterable fields for the WebsiteCallMetricsConversion class. |
       SelectableFields | List of all supported selectable fields for the WebsiteCallMetricsConversion class. |
      UploadConversion | A conversion type that receives conversions by having them uploaded through the OfflineConversionFeedService. After successfully creating a new UploadConversion, send the name of this conversion type along with your conversion details to the OfflineConversionFeedService to attribute those conversions to this conversion type. |
       Fields | List of all supported fields for the UploadConversion class. |
       FilterableFields | List of all supported filterable fields for the UploadConversion class. |
       SelectableFields | List of all supported selectable fields for the UploadConversion class. |
      UploadCallConversion | A conversion that happens when a user performs one the following sequences of actions: |
      AppConversion | A ConversionTracker for mobile apps. |
       Fields | List of all supported fields for the AppConversion class. |
       FilterableFields | List of all supported filterable fields for the AppConversion class. |
       SelectableFields | List of all supported selectable fields for the AppConversion class. |
      AdWordsConversionTracker | A conversion tracker created through AdWords Conversion Tracking. |
       Fields | List of all supported fields for the AdWordsConversionTracker class. |
       FilterableFields | List of all supported filterable fields for the AdWordsConversionTracker class. |
       SelectableFields | List of all supported selectable fields for the AdWordsConversionTracker class. |
      AdCallMetricsConversion | A ConversionTracker for phone calls from conversion-tracked call extensions and call-only ads |
       Fields | List of all supported fields for the AdCallMetricsConversion class. |
       FilterableFields | List of all supported filterable fields for the AdCallMetricsConversion class. |
       SelectableFields | List of all supported selectable fields for the AdCallMetricsConversion class. |
      NoStatsPage | |
      ConversionTrackerPage | Contains a subset of ConversionTrackers resulting from the filtering and paging of the ConversionTrackerService::get call. |
       Fields | List of all supported fields for the ConversionTrackerPage class. |
       FilterableFields | List of all supported filterable fields for the ConversionTrackerPage class. |
       SelectableFields | List of all supported selectable fields for the ConversionTrackerPage class. |
      ConversionTrackingError | An error that can occur during calls to the ConversionTypeService. |
      AppPostbackUrlError | Errors returned when App Postback Url is invalid. |
      ConversionTrackerServiceInterface | |
      ConversionTrackerOperation | Operations for conversion tracker. |
       Fields | List of all supported fields for the ConversionTrackerOperation class. |
       FilterableFields | List of all supported filterable fields for the ConversionTrackerOperation class. |
       SelectableFields | List of all supported selectable fields for the ConversionTrackerOperation class. |
      ConversionTrackerReturnValue | A container for return values from the ConversionTrackerService. |
      ConversionTrackerServiceInterfaceChannel | |
      ConversionTrackerService | Use this service to manage conversion trackers. A conversion tracker provides a snippet of code which records every time a user visits a page that contains it. The data this provides can be used to gauge the effectiveness of your ads and keywords. |
      CustomerNegativeCriterion | Represents a criterion exclusion on a customer. |
       Fields | List of all supported fields for the CustomerNegativeCriterion class. |
       FilterableFields | List of all supported filterable fields for the CustomerNegativeCriterion class. |
       SelectableFields | List of all supported selectable fields for the CustomerNegativeCriterion class. |
      CustomerNegativeCriterionPage | Contains a list of customer level criteria exclusions filtered and sorted as specified in the CustomerExclusionCriterionService::get call |
       Fields | List of all supported fields for the CustomerNegativeCriterionPage class. |
       FilterableFields | List of all supported filterable fields for the CustomerNegativeCriterionPage class. |
       SelectableFields | List of all supported selectable fields for the CustomerNegativeCriterionPage class. |
      CustomerNegativeCriterionError | Represents error codes for the CustomerExclusionCriterionService. |
      CustomerNegativeCriterionServiceInterface | |
      CustomerNegativeCriterionOperation | Operation for adding/removing a criterion associated to a customer. |
       Fields | List of all supported fields for the CustomerNegativeCriterionOperation class. |
       FilterableFields | List of all supported filterable fields for the CustomerNegativeCriterionOperation class. |
       SelectableFields | List of all supported selectable fields for the CustomerNegativeCriterionOperation class. |
      CustomerNegativeCriterionReturnValue | Container for the return value from the CustomerExclusionCriterionService mutate calls. |
      CustomerNegativeCriterionServiceInterfaceChannel | |
      CustomerNegativeCriterionService | Manages criteria negatives for customer. |
      RemarketingSettings | Customer-wide settings related to AdWords remarketing. |
       Fields | List of all supported fields for the RemarketingSettings class. |
       FilterableFields | List of all supported filterable fields for the RemarketingSettings class. |
       SelectableFields | List of all supported selectable fields for the RemarketingSettings class. |
      ConversionTrackingSettings | A collection of customer-wide settings related to AdWords Conversion Tracking. Settings that apply at the conversion type level can be accessed and modified though |
       Fields | List of all supported fields for the ConversionTrackingSettings class. |
       FilterableFields | List of all supported filterable fields for the ConversionTrackingSettings class. |
       SelectableFields | List of all supported selectable fields for the ConversionTrackingSettings class. |
      Customer | Represents a customer for the CustomerService. |
       Fields | List of all supported fields for the Customer class. |
       FilterableFields | List of all supported filterable fields for the Customer class. |
       SelectableFields | List of all supported selectable fields for the Customer class. |
      CustomerError | Possible error codes in CustomerService. |
      CustomerServiceInterface | |
      ServiceLink | A data-sharing connection between an AdWords customer and another Google service. |
       Fields | List of all supported fields for the ServiceLink class. |
       FilterableFields | List of all supported filterable fields for the ServiceLink class. |
       SelectableFields | List of all supported selectable fields for the ServiceLink class. |
      ServiceLinkOperation | An operation on an AdWords link. See ServiceType for information on the various linking types supported. |
       Fields | List of all supported fields for the ServiceLinkOperation class. |
       FilterableFields | List of all supported filterable fields for the ServiceLinkOperation class. |
       SelectableFields | List of all supported selectable fields for the ServiceLinkOperation class. |
      CustomerServiceInterfaceChannel | |
      CustomerService | Service to access basic details about any customer. |
      AdGroupFeed | AdGroupFeeds are used to link a feed to an adgroup using a matching function, making the feed's feed items available in the adgroup's ads for substitution. |
       Fields | List of all supported fields for the AdGroupFeed class. |
       FilterableFields | List of all supported filterable fields for the AdGroupFeed class. |
       SelectableFields | List of all supported selectable fields for the AdGroupFeed class. |
      AdGroupFeedPage | The result of a call to AdGroupFeedService::get. Contains a list of associations between ad groups and feeds. |
       Fields | List of all supported fields for the AdGroupFeedPage class. |
       FilterableFields | List of all supported filterable fields for the AdGroupFeedPage class. |
       SelectableFields | List of all supported selectable fields for the AdGroupFeedPage class. |
      AdGroupFeedError | Represents an error for the AdGroupFeedService. |
       Fields | List of all supported fields for the AdGroupFeedError class. |
       FilterableFields | List of all supported filterable fields for the AdGroupFeedError class. |
       SelectableFields | List of all supported selectable fields for the AdGroupFeedError class. |
      AdGroupFeedServiceInterface | |
      AdGroupFeedOperation | Operation used to create or mutate an AdGroupFeed. |
       Fields | List of all supported fields for the AdGroupFeedOperation class. |
       FilterableFields | List of all supported filterable fields for the AdGroupFeedOperation class. |
       SelectableFields | List of all supported selectable fields for the AdGroupFeedOperation class. |
      AdGroupFeedReturnValue | The result of a call to AdGroupFeedService::mutate. |
       Fields | List of all supported fields for the AdGroupFeedReturnValue class. |
       FilterableFields | List of all supported filterable fields for the AdGroupFeedReturnValue class. |
       SelectableFields | List of all supported selectable fields for the AdGroupFeedReturnValue class. |
      AdGroupFeedServiceInterfaceChannel | |
      AdGroupFeedService | Service used to manage adgroup feed links, and matching functions. |
      FeedChangeData | Holds information about a changed feed and any feeds items within the feed. |
       Fields | List of all supported fields for the FeedChangeData class. |
       FilterableFields | List of all supported filterable fields for the FeedChangeData class. |
       SelectableFields | List of all supported selectable fields for the FeedChangeData class. |
      AdGroupChangeData | Holds information about a changed adgroup |
       Fields | List of all supported fields for the AdGroupChangeData class. |
       FilterableFields | List of all supported filterable fields for the AdGroupChangeData class. |
       SelectableFields | List of all supported selectable fields for the AdGroupChangeData class. |
      CampaignChangeData | Holds information about a changed campaign and any ad groups under that have changed. |
       Fields | List of all supported fields for the CampaignChangeData class. |
       FilterableFields | List of all supported filterable fields for the CampaignChangeData class. |
       SelectableFields | List of all supported selectable fields for the CampaignChangeData class. |
      CustomerChangeData | Holds information about changes to a customer |
       Fields | List of all supported fields for the CustomerChangeData class. |
       FilterableFields | List of all supported filterable fields for the CustomerChangeData class. |
       SelectableFields | List of all supported selectable fields for the CustomerChangeData class. |
      DateTimeRange | |
      CustomerSyncSelector | A filter for selecting change history data for a customer. |
       Fields | List of all supported fields for the CustomerSyncSelector class. |
       FilterableFields | List of all supported filterable fields for the CustomerSyncSelector class. |
       SelectableFields | List of all supported selectable fields for the CustomerSyncSelector class. |
      CustomerSyncError | Represents CustomerSyncService specific errors |
      CustomerSyncServiceInterface | |
      CustomerSyncServiceInterfaceChannel | |
      CustomerSyncService | Use this service to retrieve the changed entities for a customer account or campaign based on the given date range |
      CustomerFeed | CustomerFeeds are used to link a feed to the customer using a matching function, making the feed's feed items available in the customer's ads for substitution. |
       Fields | List of all supported fields for the CustomerFeed class. |
       FilterableFields | List of all supported filterable fields for the CustomerFeed class. |
       SelectableFields | List of all supported selectable fields for the CustomerFeed class. |
      CustomerFeedPage | The result of a call to CustomerFeedService::get. Contains a list of associations between customer and feeds. |
       Fields | List of all supported fields for the CustomerFeedPage class. |
       FilterableFields | List of all supported filterable fields for the CustomerFeedPage class. |
       SelectableFields | List of all supported selectable fields for the CustomerFeedPage class. |
      CustomerFeedError | Represents an error for the CustomerFeedService. |
       Fields | List of all supported fields for the CustomerFeedError class. |
       FilterableFields | List of all supported filterable fields for the CustomerFeedError class. |
       SelectableFields | List of all supported selectable fields for the CustomerFeedError class. |
      CustomerFeedServiceInterface | |
      CustomerFeedOperation | Operation used to create or mutate a CustomerFeed. |
       Fields | List of all supported fields for the CustomerFeedOperation class. |
       FilterableFields | List of all supported filterable fields for the CustomerFeedOperation class. |
       SelectableFields | List of all supported selectable fields for the CustomerFeedOperation class. |
      CustomerFeedReturnValue | The result of a call to CustomerFeedService::mutate. |
      CustomerFeedServiceInterfaceChannel | |
      CustomerFeedService | Service used to manage customer feed links, and matching functions. |
      LevelOfDetail | Properties of the level of detail of the report being viewed. |
       Fields | List of all supported fields for the LevelOfDetail class. |
       FilterableFields | List of all supported filterable fields for the LevelOfDetail class. |
       SelectableFields | List of all supported selectable fields for the LevelOfDetail class. |
      BidLandscapeLandscapePoint | A set of estimates for a criterion's performance for a specific bid amount. |
       Fields | List of all supported fields for the BidLandscapeLandscapePoint class. |
       FilterableFields | List of all supported filterable fields for the BidLandscapeLandscapePoint class. |
       SelectableFields | List of all supported selectable fields for the BidLandscapeLandscapePoint class. |
      DataEntry | The base class of all return types of the table service. |
       Fields | List of all supported fields for the DataEntry class. |
       FilterableFields | List of all supported filterable fields for the DataEntry class. |
       SelectableFields | List of all supported selectable fields for the DataEntry class. |
      DimensionProperties | Top level class for Dimensions. |
      DomainCategory | Represents categories that AdWords finds automatically for your website |
       Fields | List of all supported fields for the DomainCategory class. |
       FilterableFields | List of all supported filterable fields for the DomainCategory class. |
       SelectableFields | List of all supported selectable fields for the DomainCategory class. |
      BidLandscape | Represents data about a bid landscape for an ad group or criterion. |
       Fields | List of all supported fields for the BidLandscape class. |
       FilterableFields | List of all supported filterable fields for the BidLandscape class. |
       SelectableFields | List of all supported selectable fields for the BidLandscape class. |
      CriterionBidLandscape | The bid landscape for a criterion. A bid landscape estimates how a a criterion will perform based on different bid amounts. |
       Fields | List of all supported fields for the CriterionBidLandscape class. |
       FilterableFields | List of all supported filterable fields for the CriterionBidLandscape class. |
       SelectableFields | List of all supported selectable fields for the CriterionBidLandscape class. |
      AdGroupBidLandscape | Represents data about a bidlandscape for an adgroup. |
       Fields | List of all supported fields for the AdGroupBidLandscape class. |
       FilterableFields | List of all supported filterable fields for the AdGroupBidLandscape class. |
       SelectableFields | List of all supported selectable fields for the AdGroupBidLandscape class. |
      CriterionBidLandscapePage | Contains a subset of CriterionBidLandscapePage objects resulting from the filtering and paging of DataService::getCriterionBidLandscape call. |
       Fields | List of all supported fields for the CriterionBidLandscapePage class. |
       FilterableFields | List of all supported filterable fields for the CriterionBidLandscapePage class. |
       SelectableFields | List of all supported selectable fields for the CriterionBidLandscapePage class. |
      AdGroupBidLandscapePage | Contains a subset of AdGroupBidLandscape objects resulting from the filtering and paging of DataService::getAdGroupBidLandscape call. |
       Fields | List of all supported fields for the AdGroupBidLandscapePage class. |
       FilterableFields | List of all supported filterable fields for the AdGroupBidLandscapePage class. |
       SelectableFields | List of all supported selectable fields for the AdGroupBidLandscapePage class. |
      DomainCategoryPage | Contains a subset of DomainCategory objects resulting from the filtering and paging of DataService::getDomainCategory call. |
       Fields | List of all supported fields for the DomainCategoryPage class. |
       FilterableFields | List of all supported filterable fields for the DomainCategoryPage class. |
       SelectableFields | List of all supported selectable fields for the DomainCategoryPage class. |
      DataError | Represents errors thrown by the get operation. |
      DataServiceInterface | |
      DataServiceInterfaceChannel | |
      DataService | A service to return Ads Campaign Management data matching a Selector. This is disabled for AdX. |
      OAuthInfo | Data used for authorization using OAuth. For more information about OAuth, see: "https://developers.google.com/identity/protocols/OAuth2" |
       Fields | List of all supported fields for the OAuthInfo class. |
       FilterableFields | List of all supported filterable fields for the OAuthInfo class. |
       SelectableFields | List of all supported selectable fields for the OAuthInfo class. |
      Chain | Chain defines chain related metadata required in order to sync features belonging to a chain. |
       Fields | List of all supported fields for the Chain class. |
       FilterableFields | List of all supported filterable fields for the Chain class. |
       SelectableFields | List of all supported selectable fields for the Chain class. |
      SystemFeedGenerationData | Configuration data allowing feed items to be populated for a system feed. |
       Fields | List of all supported fields for the SystemFeedGenerationData class. |
       FilterableFields | List of all supported filterable fields for the SystemFeedGenerationData class. |
       SelectableFields | List of all supported selectable fields for the SystemFeedGenerationData class. |
      PlacesLocationFeedData | Data used to configure a location feed populated from Google My Business Locations. |
       Fields | List of all supported fields for the PlacesLocationFeedData class. |
       FilterableFields | List of all supported filterable fields for the PlacesLocationFeedData class. |
       SelectableFields | List of all supported selectable fields for the PlacesLocationFeedData class. |
      AffiliateLocationFeedData | Data used to configure an Affiliate Location Feed populated with the specified chains. |
       Fields | List of all supported fields for the AffiliateLocationFeedData class. |
       FilterableFields | List of all supported filterable fields for the AffiliateLocationFeedData class. |
       SelectableFields | List of all supported selectable fields for the AffiliateLocationFeedData class. |
      FeedAttribute | FeedAttributes define the types of data expected to be present in a Feed. A single FeedAttribute specifies the expected type of the FeedItemAttributes with the same FeedAttributeId. Optionally, a FeedAttribute can be marked as being part of a FeedItem's unique key. |
       Fields | List of all supported fields for the FeedAttribute class. |
       FilterableFields | List of all supported filterable fields for the FeedAttribute class. |
       SelectableFields | List of all supported selectable fields for the FeedAttribute class. |
      Feed | A Feed identifies a source of data and its schema. The data for the Feed can either be user-entered via the FeedItemService or system-generated, in which case the data is provided automatically. |
       Fields | List of all supported fields for the Feed class. |
       FilterableFields | List of all supported filterable fields for the Feed class. |
       SelectableFields | List of all supported selectable fields for the Feed class. |
      FeedPage | The result of a call to FeedService::get. |
       Fields | List of all supported fields for the FeedPage class. |
       FilterableFields | List of all supported filterable fields for the FeedPage class. |
       SelectableFields | List of all supported selectable fields for the FeedPage class. |
      FeedError | An error caused by an invalid Feed in a FeedService request. |
       Fields | List of all supported fields for the FeedError class. |
       FilterableFields | List of all supported filterable fields for the FeedError class. |
       SelectableFields | List of all supported selectable fields for the FeedError class. |
      FeedServiceInterface | |
      FeedOperation | Operation used to create or mutate a Feed. |
       Fields | List of all supported fields for the FeedOperation class. |
       FilterableFields | List of all supported filterable fields for the FeedOperation class. |
       SelectableFields | List of all supported selectable fields for the FeedOperation class. |
      FeedReturnValue | The result of a call to FeedService::mutate. |
       Fields | List of all supported fields for the FeedReturnValue class. |
       FilterableFields | List of all supported filterable fields for the FeedReturnValue class. |
       SelectableFields | List of all supported selectable fields for the FeedReturnValue class. |
      FeedServiceInterfaceChannel | |
      FeedService | Service used to get and mutate Feeds. |
      FeedItemGeoRestriction | Represents a FeedItem geo restriction. |
       Fields | List of all supported fields for the FeedItemGeoRestriction class. |
       FilterableFields | List of all supported filterable fields for the FeedItemGeoRestriction class. |
       SelectableFields | List of all supported selectable fields for the FeedItemGeoRestriction class. |
      FeedItemAttributeError | Contains validation error details for a set of feed attributes. |
       Fields | List of all supported fields for the FeedItemAttributeError class. |
       FilterableFields | List of all supported filterable fields for the FeedItemAttributeError class. |
       SelectableFields | List of all supported selectable fields for the FeedItemAttributeError class. |
      FeedItemPolicySummary | Contains offline validation, policy findings, and approval results for a FeedItem in the context of a FeedMapping. |
       Fields | List of all supported fields for the FeedItemPolicySummary class. |
       FilterableFields | List of all supported filterable fields for the FeedItemPolicySummary class. |
       SelectableFields | List of all supported selectable fields for the FeedItemPolicySummary class. |
      MoneyWithCurrency | Represents a money amount with currency. |
       Fields | List of all supported fields for the MoneyWithCurrency class. |
       FilterableFields | List of all supported filterable fields for the MoneyWithCurrency class. |
       SelectableFields | List of all supported selectable fields for the MoneyWithCurrency class. |
      FeedItemAttributeValue | Represents a feed item's value for a particular feed attribute. A feed item's value is composed of a collection of these attribute values. |
       Fields | List of all supported fields for the FeedItemAttributeValue class. |
       FilterableFields | List of all supported filterable fields for the FeedItemAttributeValue class. |
       SelectableFields | List of all supported selectable fields for the FeedItemAttributeValue class. |
      FeedItem | Represents an item in a feed. |
       Fields | List of all supported fields for the FeedItem class. |
       FilterableFields | List of all supported filterable fields for the FeedItem class. |
       SelectableFields | List of all supported selectable fields for the FeedItem class. |
      FeedItemPage | Contains a subset of feed items resulting from a FeedItemService::get call. |
       Fields | List of all supported fields for the FeedItemPage class. |
       FilterableFields | List of all supported filterable fields for the FeedItemPage class. |
       SelectableFields | List of all supported selectable fields for the FeedItemPage class. |
      FeedItemError | FeedItemService related errors. |
      FeedItemServiceInterface | |
      FeedItemOperation | FeedItem service mutate operation. |
       Fields | List of all supported fields for the FeedItemOperation class. |
       FilterableFields | List of all supported filterable fields for the FeedItemOperation class. |
       SelectableFields | List of all supported selectable fields for the FeedItemOperation class. |
      FeedItemReturnValue | A container for return values from FeedItemService.mutate(). |
       Fields | List of all supported fields for the FeedItemReturnValue class. |
       FilterableFields | List of all supported filterable fields for the FeedItemReturnValue class. |
       SelectableFields | List of all supported selectable fields for the FeedItemReturnValue class. |
      FeedItemServiceInterfaceChannel | |
      FeedItemService | Service to operate on feed items. |
      FeedItemTarget | Represents one target for a FeedItem. |
       Fields | List of all supported fields for the FeedItemTarget class. |
       FilterableFields | List of all supported filterable fields for the FeedItemTarget class. |
       SelectableFields | List of all supported selectable fields for the FeedItemTarget class. |
      FeedItemCriterionTarget | Represents a feed item target for a criterion. |
       Fields | List of all supported fields for the FeedItemCriterionTarget class. |
       FilterableFields | List of all supported filterable fields for the FeedItemCriterionTarget class. |
       SelectableFields | List of all supported selectable fields for the FeedItemCriterionTarget class. |
      NegativeFeedItemCriterionTarget | Represents a feed item target for a negative criterion. |
      FeedItemCampaignTarget | Represents a feed item target for a campaign. |
       Fields | List of all supported fields for the FeedItemCampaignTarget class. |
       FilterableFields | List of all supported filterable fields for the FeedItemCampaignTarget class. |
       SelectableFields | List of all supported selectable fields for the FeedItemCampaignTarget class. |
      FeedItemAdGroupTarget | Represents a feed item target for an ad group. |
       Fields | List of all supported fields for the FeedItemAdGroupTarget class. |
       FilterableFields | List of all supported filterable fields for the FeedItemAdGroupTarget class. |
       SelectableFields | List of all supported selectable fields for the FeedItemAdGroupTarget class. |
      FeedItemTargetPage | The result of a call to FeedItemTargetService::get. |
       Fields | List of all supported fields for the FeedItemTargetPage class. |
       FilterableFields | List of all supported filterable fields for the FeedItemTargetPage class. |
       SelectableFields | List of all supported selectable fields for the FeedItemTargetPage class. |
      FeedItemTargetError | Errors caused by invalid usage of FeedItemTargetService. |
       Fields | List of all supported fields for the FeedItemTargetError class. |
       FilterableFields | List of all supported filterable fields for the FeedItemTargetError class. |
       SelectableFields | List of all supported selectable fields for the FeedItemTargetError class. |
      FeedItemTargetServiceInterface | |
      FeedItemTargetOperation | Operation used to create a FeedItemTarget. |
       Fields | List of all supported fields for the FeedItemTargetOperation class. |
       FilterableFields | List of all supported filterable fields for the FeedItemTargetOperation class. |
       SelectableFields | List of all supported selectable fields for the FeedItemTargetOperation class. |
      FeedItemTargetReturnValue | A container for return values from a call to |
       Fields | List of all supported fields for the FeedItemTargetReturnValue class. |
       FilterableFields | List of all supported filterable fields for the FeedItemTargetReturnValue class. |
       SelectableFields | List of all supported selectable fields for the FeedItemTargetReturnValue class. |
      FeedItemTargetServiceInterfaceChannel | |
      FeedItemTargetService | Service for getting and mutating FeedItemTargets. |
      AttributeFieldMapping | Represents a mapping between a feed attribute and a placeholder field |
       Fields | List of all supported fields for the AttributeFieldMapping class. |
       FilterableFields | List of all supported filterable fields for the AttributeFieldMapping class. |
       SelectableFields | List of all supported selectable fields for the AttributeFieldMapping class. |
      FeedMapping | A FeedMapping represents a mapping between feed attributes in a specific feed and placeholder fields for a specific placeholder type. This will tell the ads serving system which parts of the feed item should be used when populating a placeholder. Without this mapping the placeholder cannot be populated and the extension can not be displayed |
       Fields | List of all supported fields for the FeedMapping class. |
       FilterableFields | List of all supported filterable fields for the FeedMapping class. |
       SelectableFields | List of all supported selectable fields for the FeedMapping class. |
      FeedMappingPage | The result of a call to FeedMappingService::get. |
       Fields | List of all supported fields for the FeedMappingPage class. |
       FilterableFields | List of all supported filterable fields for the FeedMappingPage class. |
       SelectableFields | List of all supported selectable fields for the FeedMappingPage class. |
      FeedMappingError | Errors caused by invalid usage of FeedMappingService |
       Fields | List of all supported fields for the FeedMappingError class. |
       FilterableFields | List of all supported filterable fields for the FeedMappingError class. |
       SelectableFields | List of all supported selectable fields for the FeedMappingError class. |
      FeedMappingServiceInterface | |
      FeedMappingOperation | Operation used to create a FeedMapping |
       Fields | List of all supported fields for the FeedMappingOperation class. |
       FilterableFields | List of all supported filterable fields for the FeedMappingOperation class. |
       SelectableFields | List of all supported selectable fields for the FeedMappingOperation class. |
      FeedMappingReturnValue | The result of a call to FeedMappingService::mutate. |
       Fields | List of all supported fields for the FeedMappingReturnValue class. |
       FilterableFields | List of all supported filterable fields for the FeedMappingReturnValue class. |
       SelectableFields | List of all supported selectable fields for the FeedMappingReturnValue class. |
      FeedMappingServiceInterfaceChannel | |
      FeedMappingService | Service for getting and mutating FeedMappings. |
      LocationCriterion | Represents data that encapsulates a location criterion. |
       Fields | List of all supported fields for the LocationCriterion class. |
       FilterableFields | List of all supported filterable fields for the LocationCriterion class. |
       SelectableFields | List of all supported selectable fields for the LocationCriterion class. |
      LocationCriterionServiceError | Represents errors thrown by the LocationCriterionService::get operation. |
      LocationCriterionServiceInterface | |
      LocationCriterionServiceInterfaceChannel | |
      LocationCriterionService | Service that returns LocationCriterion constants that match a specified name or list of criterion id(s) as specified in the input selector |
      ManagedCustomerLink | Represents an AdWords manager-client link. |
       Fields | List of all supported fields for the ManagedCustomerLink class. |
       FilterableFields | List of all supported filterable fields for the ManagedCustomerLink class. |
       SelectableFields | List of all supported selectable fields for the ManagedCustomerLink class. |
      AccountLabel | A label that can be attached to accounts. A manager may attach labels to accounts that s/he manages (either directly or indirectly) |
       Fields | List of all supported fields for the AccountLabel class. |
       FilterableFields | List of all supported filterable fields for the AccountLabel class. |
       SelectableFields | List of all supported selectable fields for the AccountLabel class. |
      ManagedCustomer | Data object that represents a managed customer. Member of ManagedCustomerPage. |
       Fields | List of all supported fields for the ManagedCustomer class. |
       FilterableFields | List of all supported filterable fields for the ManagedCustomer class. |
       SelectableFields | List of all supported selectable fields for the ManagedCustomer class. |
      ManagedCustomerPage | Return result of ManagedCustomerService |
       Fields | List of all supported fields for the ManagedCustomerPage class. |
       FilterableFields | List of all supported filterable fields for the ManagedCustomerPage class. |
       SelectableFields | List of all supported selectable fields for the ManagedCustomerPage class. |
      ManagedCustomerServiceError | Error for ManagedCustomerService |
       Fields | List of all supported fields for the ManagedCustomerServiceError class. |
       FilterableFields | List of all supported filterable fields for the ManagedCustomerServiceError class. |
       SelectableFields | List of all supported selectable fields for the ManagedCustomerServiceError class. |
      ManagedCustomerServiceInterface | |
      PendingInvitationSelector | Selector for getPendingInvitations method. |
       Fields | List of all supported fields for the PendingInvitationSelector class. |
       FilterableFields | List of all supported filterable fields for the PendingInvitationSelector class. |
       SelectableFields | List of all supported selectable fields for the PendingInvitationSelector class. |
      PendingInvitation | Pending invitation result for the getPendingInvitations method. |
      ManagedCustomerOperation | An operation to create or modify a managed customer |
       Fields | List of all supported fields for the ManagedCustomerOperation class. |
       FilterableFields | List of all supported filterable fields for the ManagedCustomerOperation class. |
       SelectableFields | List of all supported selectable fields for the ManagedCustomerOperation class. |
      MoveOperation | Operation for moving ManagedCustomer links. See ManagedCustomerService::mutateManager. |
       Fields | List of all supported fields for the MoveOperation class. |
       FilterableFields | List of all supported filterable fields for the MoveOperation class. |
       SelectableFields | List of all supported selectable fields for the MoveOperation class. |
      ManagedCustomerLabelOperation | An operation to apply or remove an account label from a managed customer. Note: The |
       Fields | List of all supported fields for the ManagedCustomerLabelOperation class. |
       FilterableFields | List of all supported filterable fields for the ManagedCustomerLabelOperation class. |
       SelectableFields | List of all supported selectable fields for the ManagedCustomerLabelOperation class. |
      ManagedCustomerLabel | A label ID and customer ID the label applies to. |
       Fields | List of all supported fields for the ManagedCustomerLabel class. |
       FilterableFields | List of all supported filterable fields for the ManagedCustomerLabel class. |
       SelectableFields | List of all supported selectable fields for the ManagedCustomerLabel class. |
      LinkOperation | Operation for modifying ManagedCustomer links. See ManagedCustomerService::mutateLink. |
       Fields | List of all supported fields for the LinkOperation class. |
       FilterableFields | List of all supported filterable fields for the LinkOperation class. |
       SelectableFields | List of all supported selectable fields for the LinkOperation class. |
      ManagedCustomerReturnValue | A container for return values from the ManagedCustomerService. |
       Fields | List of all supported fields for the ManagedCustomerReturnValue class. |
       FilterableFields | List of all supported filterable fields for the ManagedCustomerReturnValue class. |
       SelectableFields | List of all supported selectable fields for the ManagedCustomerReturnValue class. |
      ManagedCustomerServiceInterfaceChannel | |
      ManagedCustomerService | Customer Manager Service. |
      MediaPage | Page of media returned by the MediaService which includes the media. |
       Fields | List of all supported fields for the MediaPage class. |
       FilterableFields | List of all supported filterable fields for the MediaPage class. |
       SelectableFields | List of all supported selectable fields for the MediaPage class. |
      VideoError | Error class for errors associated with parsing video data. |
       Fields | List of all supported fields for the VideoError class. |
       FilterableFields | List of all supported filterable fields for the VideoError class. |
       SelectableFields | List of all supported selectable fields for the VideoError class. |
      AudioError | Error class for errors associated with parsing audio data. |
       Fields | List of all supported fields for the AudioError class. |
       FilterableFields | List of all supported filterable fields for the AudioError class. |
       SelectableFields | List of all supported selectable fields for the AudioError class. |
      MediaServiceInterface | |
      MediaServiceInterfaceChannel | |
      MediaService | Use this service to manage media. |
      UrlList | Wrapper POJO for a list of URLs. The list can be cleared if a request contains a UrlList with an empty urls list. |
       Fields | List of all supported fields for the UrlList class. |
       FilterableFields | List of all supported filterable fields for the UrlList class. |
       SelectableFields | List of all supported selectable fields for the UrlList class. |
      QualityInfo | Container for criterion quality information. |
       Fields | List of all supported fields for the QualityInfo class. |
       FilterableFields | List of all supported filterable fields for the QualityInfo class. |
       SelectableFields | List of all supported selectable fields for the QualityInfo class. |
      Bid | Represents a bid of a certain amount. |
       Fields | List of all supported fields for the Bid class. |
       FilterableFields | List of all supported filterable fields for the Bid class. |
       SelectableFields | List of all supported selectable fields for the Bid class. |
      ProductPartition | Product partition (product group) in a shopping campaign. Depending on its type, a product partition subdivides products along some product dimension, specifies a bid for products, or excludes products from bidding |
       Fields | List of all supported fields for the ProductPartition class. |
       FilterableFields | List of all supported filterable fields for the ProductPartition class. |
       SelectableFields | List of all supported selectable fields for the ProductPartition class. |
      CriterionCustomIntent | A Custom Intent criterion |
       Fields | List of all supported fields for the CriterionCustomIntent class. |
       FilterableFields | List of all supported filterable fields for the CriterionCustomIntent class. |
       SelectableFields | List of all supported selectable fields for the CriterionCustomIntent class. |
      CriterionCustomAffinity | A Custom Affinity criterion |
       Fields | List of all supported fields for the CriterionCustomAffinity class. |
       FilterableFields | List of all supported filterable fields for the CriterionCustomAffinity class. |
       SelectableFields | List of all supported selectable fields for the CriterionCustomAffinity class. |
      AppPaymentModel | Represents a criterion for targeting paid apps |
       Fields | List of all supported fields for the AppPaymentModel class. |
       FilterableFields | List of all supported filterable fields for the AppPaymentModel class. |
       SelectableFields | List of all supported selectable fields for the AppPaymentModel class. |
      AdGroupCriterion | Represents a criterion in an ad group, used with AdGroupCriterionService. |
       Fields | List of all supported fields for the AdGroupCriterion class. |
       FilterableFields | List of all supported filterable fields for the AdGroupCriterion class. |
       SelectableFields | List of all supported selectable fields for the AdGroupCriterion class. |
      NegativeAdGroupCriterion | A negative criterion in an adgroup. |
      BiddableAdGroupCriterion | A biddable (positive) criterion in an adgroup. |
       Fields | List of all supported fields for the BiddableAdGroupCriterion class. |
       FilterableFields | List of all supported filterable fields for the BiddableAdGroupCriterion class. |
       SelectableFields | List of all supported selectable fields for the BiddableAdGroupCriterion class. |
      AdGroupCriterionPage | Contains a subset of adgroup criteria resulting from a AdGroupCriterionService::get call. |
       Fields | List of all supported fields for the AdGroupCriterionPage class. |
       FilterableFields | List of all supported filterable fields for the AdGroupCriterionPage class. |
       SelectableFields | List of all supported selectable fields for the AdGroupCriterionPage class. |
      CriterionPolicyError | Contains the policy violations for a single BiddableAdGroupCriterion. |
      MultiplierError | Represents errors in bid multipliers. |
      AdGroupCriterionLimitExceeded | Signals that too many criteria were added to some ad group. |
      AdGroupCriterionError | Base error class for Ad Group Criterion Service. |
       Fields | List of all supported fields for the AdGroupCriterionError class. |
       FilterableFields | List of all supported filterable fields for the AdGroupCriterionError class. |
       SelectableFields | List of all supported selectable fields for the AdGroupCriterionError class. |
      AdGroupCriterionServiceInterface | |
      AdGroupCriterionOperation | Operation (add, remove and set) on adgroup criteria |
       Fields | List of all supported fields for the AdGroupCriterionOperation class. |
       FilterableFields | List of all supported filterable fields for the AdGroupCriterionOperation class. |
       SelectableFields | List of all supported selectable fields for the AdGroupCriterionOperation class. |
      AdGroupCriterionLabelOperation | Operations for adding/removing labels from AdGroupCriterion. |
       Fields | List of all supported fields for the AdGroupCriterionLabelOperation class. |
       FilterableFields | List of all supported filterable fields for the AdGroupCriterionLabelOperation class. |
       SelectableFields | List of all supported selectable fields for the AdGroupCriterionLabelOperation class. |
      AdGroupCriterionLabel | Manages the labels associated with an AdGroupCriterion. |
       Fields | List of all supported fields for the AdGroupCriterionLabel class. |
       FilterableFields | List of all supported filterable fields for the AdGroupCriterionLabel class. |
       SelectableFields | List of all supported selectable fields for the AdGroupCriterionLabel class. |
      AdGroupCriterionReturnValue | A container for return values from the AdGroupCriterionService. |
       Fields | List of all supported fields for the AdGroupCriterionReturnValue class. |
       FilterableFields | List of all supported filterable fields for the AdGroupCriterionReturnValue class. |
       SelectableFields | List of all supported selectable fields for the AdGroupCriterionReturnValue class. |
      AdGroupCriterionLabelReturnValue | A container for return values from the AdGroupCriterionService::mutateLabel call. |
      AdGroupCriterionServiceInterfaceChannel | |
      AdGroupCriterionService | Use this service to manage criteria (such as keywords or placements). A criterion describes the conditions that determine if an ad should display. Two classes of criteria are available: |
      OfflineConversionFeedReturnValue | A container for return values from the OfflineConversionFeedService. |
       Fields | List of all supported fields for the OfflineConversionFeedReturnValue class. |
       FilterableFields | List of all supported filterable fields for the OfflineConversionFeedReturnValue class. |
       SelectableFields | List of all supported selectable fields for the OfflineConversionFeedReturnValue class. |
      OfflineConversionFeed | Represents an entire record in the offline conversions feed that the advertiser uploads. |
       Fields | List of all supported fields for the OfflineConversionFeed class. |
       FilterableFields | List of all supported filterable fields for the OfflineConversionFeed class. |
       SelectableFields | List of all supported selectable fields for the OfflineConversionFeed class. |
      OfflineConversionFeedOperation | Operation for uploading OfflineConversionFeed. See OfflineConversionFeedService::mutate |
       Fields | List of all supported fields for the OfflineConversionFeedOperation class. |
       FilterableFields | List of all supported filterable fields for the OfflineConversionFeedOperation class. |
       SelectableFields | List of all supported selectable fields for the OfflineConversionFeedOperation class. |
      OfflineConversionError | Errors that the OfflineConversionFeedService can throw. |
      CurrencyCodeError | Errors for currency codes. |
       Fields | List of all supported fields for the CurrencyCodeError class. |
       FilterableFields | List of all supported filterable fields for the CurrencyCodeError class. |
       SelectableFields | List of all supported selectable fields for the CurrencyCodeError class. |
      OfflineConversionFeedServiceInterface | |
      OfflineConversionFeedServiceInterfaceChannel | |
      OfflineConversionFeedService | Service that handles the reporting of offline conversion data from external third parties |
      RemarketingMoneyWithCurrency | Represents a money amount with currency. |
       Fields | List of all supported fields for the RemarketingMoneyWithCurrency class. |
       FilterableFields | List of all supported filterable fields for the RemarketingMoneyWithCurrency class. |
       SelectableFields | List of all supported selectable fields for the RemarketingMoneyWithCurrency class. |
      UserIdentifier | Hashed user identifying information. |
       Fields | List of all supported fields for the UserIdentifier class. |
       FilterableFields | List of all supported filterable fields for the UserIdentifier class. |
       SelectableFields | List of all supported selectable fields for the UserIdentifier class. |
      StoreSalesTransaction | Contains store sales transaction information. |
       Fields | List of all supported fields for the StoreSalesTransaction class. |
       FilterableFields | List of all supported filterable fields for the StoreSalesTransaction class. |
       SelectableFields | List of all supported selectable fields for the StoreSalesTransaction class. |
      OfflineData | Interface for all offline data upload rows. |
      StoreSalesUploadCommonMetadata | Common metadata for Store Sales uploads. |
       Fields | List of all supported fields for the StoreSalesUploadCommonMetadata class. |
       FilterableFields | List of all supported filterable fields for the StoreSalesUploadCommonMetadata class. |
       SelectableFields | List of all supported selectable fields for the StoreSalesUploadCommonMetadata class. |
      ThirdPartyUploadMetadata | Metadata for a Third party Store Sales upload. Note: This is a whitelisted only product. Please contact your Google business development representative for details on upload configuration. |
       Fields | List of all supported fields for the ThirdPartyUploadMetadata class. |
       FilterableFields | List of all supported filterable fields for the ThirdPartyUploadMetadata class. |
       SelectableFields | List of all supported selectable fields for the ThirdPartyUploadMetadata class. |
      FirstPartyUploadMetadata | Metadata for a First party Store Sales upload. |
      UploadMetadata | Interface for metadata associated with an offline data upload. |
      OfflineDataUpload | Data representing offline transactions. |
       Fields | List of all supported fields for the OfflineDataUpload class. |
       FilterableFields | List of all supported filterable fields for the OfflineDataUpload class. |
       SelectableFields | List of all supported selectable fields for the OfflineDataUpload class. |
      OfflineDataUploadPage | Contains a list of OfflineDataUpload resulting from filtering and paging of get call. |
      NotWhitelistedError | Indicates that the customer is not whitelisted for accessing the API. |
       Fields | List of all supported fields for the NotWhitelistedError class. |
       FilterableFields | List of all supported filterable fields for the NotWhitelistedError class. |
       SelectableFields | List of all supported selectable fields for the NotWhitelistedError class. |
      OfflineDataUploadError | Represents possible error codes from |
      OfflineDataUploadServiceInterface | |
      OfflineDataUploadOperation | Offline Data operations for uploading data |
       Fields | List of all supported fields for the OfflineDataUploadOperation class. |
       FilterableFields | List of all supported filterable fields for the OfflineDataUploadOperation class. |
       SelectableFields | List of all supported selectable fields for the OfflineDataUploadOperation class. |
      OfflineDataUploadReturnValue | A container for return values from OfflineDataUploadService. |
       Fields | List of all supported fields for the OfflineDataUploadReturnValue class. |
       FilterableFields | List of all supported filterable fields for the OfflineDataUploadReturnValue class. |
       SelectableFields | List of all supported selectable fields for the OfflineDataUploadReturnValue class. |
      OfflineDataUploadServiceInterfaceChannel | |
      OfflineDataUploadService | Service to manage Offline Data uploads |
      OfflineCallConversionFeedReturnValue | A container for return values from the OfflineCallConversionFeedService. |
       Fields | List of all supported fields for the OfflineCallConversionFeedReturnValue class. |
       FilterableFields | List of all supported filterable fields for the OfflineCallConversionFeedReturnValue class. |
       SelectableFields | List of all supported selectable fields for the OfflineCallConversionFeedReturnValue class. |
      OfflineCallConversionFeed | Represents an entire record in the offline call conversions feed that the advertiser uploads. |
       Fields | List of all supported fields for the OfflineCallConversionFeed class. |
       FilterableFields | List of all supported filterable fields for the OfflineCallConversionFeed class. |
       SelectableFields | List of all supported selectable fields for the OfflineCallConversionFeed class. |
      OfflineCallConversionFeedOperation | Operation for uploading OfflineCallConversionFeed. See OfflineCallConversionFeedService::mutate |
       Fields | List of all supported fields for the OfflineCallConversionFeedOperation class. |
       FilterableFields | List of all supported filterable fields for the OfflineCallConversionFeedOperation class. |
       SelectableFields | List of all supported selectable fields for the OfflineCallConversionFeedOperation class. |
      OfflineCallConversionError | Errors that the OfflineCallConversionFeedService can throw. |
      OfflineCallConversionFeedServiceInterface | |
      OfflineCallConversionFeedServiceInterfaceChannel | |
      OfflineCallConversionFeedService | Service that handles the reporting of externally provided call conversions. |
      EnumValuePair | Represents information about enum values. |
       Fields | List of all supported fields for the EnumValuePair class. |
       FilterableFields | List of all supported filterable fields for the EnumValuePair class. |
       SelectableFields | List of all supported selectable fields for the EnumValuePair class. |
      ReportDefinitionField | Represents the fields that can be used to create a ReportDefinition. This class allows the user to query the list of fields applicable to a given report type. Consumers of reports will be able use the retrieved fields through the ReportDefinitionService::getReportFields api and run the corresponding reports. |
      ReportDefinitionError | Encapsulates the errors that can be thrown during ReportDefinition mutate operation. |
      ReportDefinitionServiceInterface | |
      ReportDefinitionServiceInterfaceChannel | |
      ReportDefinitionService | |
      WebpageDescriptor | Basic information about a webpage. |
       Fields | List of all supported fields for the WebpageDescriptor class. |
       FilterableFields | List of all supported filterable fields for the WebpageDescriptor class. |
       SelectableFields | List of all supported selectable fields for the WebpageDescriptor class. |
      MonthlySearchVolume | A keyword response value representing search volume for a single month. An instance with a |
       Fields | List of all supported fields for the MonthlySearchVolume class. |
       FilterableFields | List of all supported filterable fields for the MonthlySearchVolume class. |
       SelectableFields | List of all supported selectable fields for the MonthlySearchVolume class. |
      Range | Represents a range of values that has either an upper or a lower bound. |
      Attribute | Attributes encompass the core information about a particular TargetingIdea. Some attributes are for |
       Fields | List of all supported fields for the Attribute class. |
       FilterableFields | List of all supported filterable fields for the Attribute class. |
       SelectableFields | List of all supported selectable fields for the Attribute class. |
      WebpageDescriptorAttribute | Attribute type that contains a WebpageDescriptor value. |
       Fields | List of all supported fields for the WebpageDescriptorAttribute class. |
       FilterableFields | List of all supported filterable fields for the WebpageDescriptorAttribute class. |
       SelectableFields | List of all supported selectable fields for the WebpageDescriptorAttribute class. |
      StringAttribute | Attribute type that contains a string value. |
       Fields | List of all supported fields for the StringAttribute class. |
       FilterableFields | List of all supported filterable fields for the StringAttribute class. |
       SelectableFields | List of all supported selectable fields for the StringAttribute class. |
      MonthlySearchVolumeAttribute | Attribute type that contains a list of MonthlySearchVolume values. The list contains the past 12 MonthlySearchVolumes (excluding the current month). The first item is the data for the most recent month and the last item is the data for the oldest month. |
       Fields | List of all supported fields for the MonthlySearchVolumeAttribute class. |
       FilterableFields | List of all supported filterable fields for the MonthlySearchVolumeAttribute class. |
       SelectableFields | List of all supported selectable fields for the MonthlySearchVolumeAttribute class. |
      MoneyAttribute | Attribute type that contains a Money value. |
       Fields | List of all supported fields for the MoneyAttribute class. |
       FilterableFields | List of all supported filterable fields for the MoneyAttribute class. |
       SelectableFields | List of all supported selectable fields for the MoneyAttribute class. |
      LongRangeAttribute | Attribute type that contains a Range of LongValue values. |
       Fields | List of all supported fields for the LongRangeAttribute class. |
       FilterableFields | List of all supported filterable fields for the LongRangeAttribute class. |
       SelectableFields | List of all supported selectable fields for the LongRangeAttribute class. |
      LongAttribute | Attribute type that contains a long value. |
       Fields | List of all supported fields for the LongAttribute class. |
       FilterableFields | List of all supported filterable fields for the LongAttribute class. |
       SelectableFields | List of all supported selectable fields for the LongAttribute class. |
      KeywordAttribute | Attribute type that contains a Keyword value. |
       Fields | List of all supported fields for the KeywordAttribute class. |
       FilterableFields | List of all supported filterable fields for the KeywordAttribute class. |
       SelectableFields | List of all supported selectable fields for the KeywordAttribute class. |
      IntegerSetAttribute | Attribute type that contains a Set of integer values. |
       Fields | List of all supported fields for the IntegerSetAttribute class. |
       FilterableFields | List of all supported filterable fields for the IntegerSetAttribute class. |
       SelectableFields | List of all supported selectable fields for the IntegerSetAttribute class. |
      IntegerAttribute | Attribute type that contains an integer value. |
       Fields | List of all supported fields for the IntegerAttribute class. |
       FilterableFields | List of all supported filterable fields for the IntegerAttribute class. |
       SelectableFields | List of all supported selectable fields for the IntegerAttribute class. |
      IdeaTypeAttribute | Attribute type that contains an IdeaType value. For example, if a TargetingIdea represents a keyword idea, its IdeaTypeAttribute would contain a |
       Fields | List of all supported fields for the IdeaTypeAttribute class. |
       FilterableFields | List of all supported filterable fields for the IdeaTypeAttribute class. |
       SelectableFields | List of all supported selectable fields for the IdeaTypeAttribute class. |
      DoubleAttribute | Attribute type that contains a double value. |
       Fields | List of all supported fields for the DoubleAttribute class. |
       FilterableFields | List of all supported filterable fields for the DoubleAttribute class. |
       SelectableFields | List of all supported selectable fields for the DoubleAttribute class. |
      CriterionAttribute | Attribute type that contains a Criterion value. |
       Fields | List of all supported fields for the CriterionAttribute class. |
       FilterableFields | List of all supported filterable fields for the CriterionAttribute class. |
       SelectableFields | List of all supported selectable fields for the CriterionAttribute class. |
      BooleanAttribute | Attribute type that contains a boolean value. |
       Fields | List of all supported fields for the BooleanAttribute class. |
       FilterableFields | List of all supported filterable fields for the BooleanAttribute class. |
       SelectableFields | List of all supported selectable fields for the BooleanAttribute class. |
      Type_AttributeMapEntry | This represents an entry in a map with a key of type Type and value of type Attribute. |
      TargetingIdea | Represents a TargetingIdea returned by search criteria specified in the TargetingIdeaSelector. Targeting ideas are keywords or placements that are similar to those the user inputs. |
       Fields | List of all supported fields for the TargetingIdea class. |
       FilterableFields | List of all supported filterable fields for the TargetingIdea class. |
       SelectableFields | List of all supported selectable fields for the TargetingIdea class. |
      TargetingIdeaPage | Contains a subset of TargetingIdeas from the search criteria specified by a TargetingIdeaSelector. |
       Fields | List of all supported fields for the TargetingIdeaPage class. |
       FilterableFields | List of all supported filterable fields for the TargetingIdeaPage class. |
       SelectableFields | List of all supported selectable fields for the TargetingIdeaPage class. |
      LongComparisonOperation | Object representing integer comparison operations. This is usually used within a particular SearchParameter to specify the valid values requested for the specific Attribute. |
       Fields | List of all supported fields for the LongComparisonOperation class. |
       FilterableFields | List of all supported filterable fields for the LongComparisonOperation class. |
       SelectableFields | List of all supported selectable fields for the LongComparisonOperation class. |
      SearchParameter | A set of SearchParameters is supplied to the TargetingIdeaSelector to specify how the user wants to filter the set of all possible TargetingIdeas |
       Fields | List of all supported fields for the SearchParameter class. |
       FilterableFields | List of all supported filterable fields for the SearchParameter class. |
       SelectableFields | List of all supported selectable fields for the SearchParameter class. |
      SeedAdGroupIdSearchParameter | A SearchParameter for |
       Fields | List of all supported fields for the SeedAdGroupIdSearchParameter class. |
       FilterableFields | List of all supported filterable fields for the SeedAdGroupIdSearchParameter class. |
       SelectableFields | List of all supported selectable fields for the SeedAdGroupIdSearchParameter class. |
      SearchVolumeSearchParameter | A SearchParameter that specifies the level of search volume expected in results, and it has a direct relationship to SEARCH_VOLUME. Absence of a SearchVolumeSearchParameter in a TargetingIdeaSelector is equivalent to having no constraint on search volume specified |
       Fields | List of all supported fields for the SearchVolumeSearchParameter class. |
       FilterableFields | List of all supported filterable fields for the SearchVolumeSearchParameter class. |
       SelectableFields | List of all supported selectable fields for the SearchVolumeSearchParameter class. |
      RelatedToUrlSearchParameter | A SearchParameter that specifies a set of URLs that results should in some way be related to. For example, keyword results would be similar to content keywords found on the related URLs |
       Fields | List of all supported fields for the RelatedToUrlSearchParameter class. |
       FilterableFields | List of all supported filterable fields for the RelatedToUrlSearchParameter class. |
       SelectableFields | List of all supported selectable fields for the RelatedToUrlSearchParameter class. |
      RelatedToQuerySearchParameter | A SearchParameter for a query of |
       Fields | List of all supported fields for the RelatedToQuerySearchParameter class. |
       FilterableFields | List of all supported filterable fields for the RelatedToQuerySearchParameter class. |
       SelectableFields | List of all supported selectable fields for the RelatedToQuerySearchParameter class. |
      NetworkSearchParameter | |
       Fields | List of all supported fields for the NetworkSearchParameter class. |
       FilterableFields | List of all supported filterable fields for the NetworkSearchParameter class. |
       SelectableFields | List of all supported selectable fields for the NetworkSearchParameter class. |
      LocationSearchParameter | A SearchParameter used to indicate the locations being targeted. This can be used, for example, to search for |
       Fields | List of all supported fields for the LocationSearchParameter class. |
       FilterableFields | List of all supported filterable fields for the LocationSearchParameter class. |
       SelectableFields | List of all supported selectable fields for the LocationSearchParameter class. |
      LanguageSearchParameter | A SearchParameter used to indicate multiple language being targeted. This can be used, for example, to search for |
       Fields | List of all supported fields for the LanguageSearchParameter class. |
       FilterableFields | List of all supported filterable fields for the LanguageSearchParameter class. |
       SelectableFields | List of all supported selectable fields for the LanguageSearchParameter class. |
      IncludeAdultContentSearchParameter | SearchParameter that specifies whether adult content should be returned |
      IdeaTextFilterSearchParameter | A SearchParameter for |
       Fields | List of all supported fields for the IdeaTextFilterSearchParameter class. |
       FilterableFields | List of all supported filterable fields for the IdeaTextFilterSearchParameter class. |
       SelectableFields | List of all supported selectable fields for the IdeaTextFilterSearchParameter class. |
      CompetitionSearchParameter | A SearchParameter for |
       Fields | List of all supported fields for the CompetitionSearchParameter class. |
       FilterableFields | List of all supported filterable fields for the CompetitionSearchParameter class. |
       SelectableFields | List of all supported selectable fields for the CompetitionSearchParameter class. |
      CategoryProductsAndServicesSearchParameter | A SearchParameter for |
       Fields | List of all supported fields for the CategoryProductsAndServicesSearchParameter class. |
       FilterableFields | List of all supported filterable fields for the CategoryProductsAndServicesSearchParameter class. |
       SelectableFields | List of all supported selectable fields for the CategoryProductsAndServicesSearchParameter class. |
      TargetingIdeaSelector | A descriptor for finding TargetingIdeas that match the specified criteria. |
       Fields | List of all supported fields for the TargetingIdeaSelector class. |
       FilterableFields | List of all supported filterable fields for the TargetingIdeaSelector class. |
       SelectableFields | List of all supported selectable fields for the TargetingIdeaSelector class. |
      TrafficEstimatorError | Base error class for TrafficEstimatorService. |
      TargetingIdeaError | Base error class for the TargetingIdeaService. |
       Fields | List of all supported fields for the TargetingIdeaError class. |
       FilterableFields | List of all supported filterable fields for the TargetingIdeaError class. |
       SelectableFields | List of all supported selectable fields for the TargetingIdeaError class. |
      TargetingIdeaServiceInterface | |
      TargetingIdeaServiceInterfaceChannel | |
      TargetingIdeaService | Use this service to generate new keyword ideas based on the parameters specified in the selector. See the TargetingIdeaSelector documentation for more details |
      PlatformCampaignEstimate | Contains a campaign level estimate for a specified Platform. |
       Fields | List of all supported fields for the PlatformCampaignEstimate class. |
       FilterableFields | List of all supported filterable fields for the PlatformCampaignEstimate class. |
       SelectableFields | List of all supported selectable fields for the PlatformCampaignEstimate class. |
      StatsEstimate | Represents a set of stats for a daily traffic estimate |
       Fields | List of all supported fields for the StatsEstimate class. |
       FilterableFields | List of all supported filterable fields for the StatsEstimate class. |
       SelectableFields | List of all supported selectable fields for the StatsEstimate class. |
      Estimate | Abstract class representing an reply to an EstimateRequest. |
       Fields | List of all supported fields for the Estimate class. |
       FilterableFields | List of all supported filterable fields for the Estimate class. |
       SelectableFields | List of all supported selectable fields for the Estimate class. |
      CampaignEstimate | Represents the estimate results for a single campaign. |
       Fields | List of all supported fields for the CampaignEstimate class. |
       FilterableFields | List of all supported filterable fields for the CampaignEstimate class. |
       SelectableFields | List of all supported selectable fields for the CampaignEstimate class. |
      AdGroupEstimate | Represents the estimate results for a single ad group. |
       Fields | List of all supported fields for the AdGroupEstimate class. |
       FilterableFields | List of all supported filterable fields for the AdGroupEstimate class. |
       SelectableFields | List of all supported selectable fields for the AdGroupEstimate class. |
      KeywordEstimate | Represents the traffic estimate result for a single keyword. |
       Fields | List of all supported fields for the KeywordEstimate class. |
       FilterableFields | List of all supported filterable fields for the KeywordEstimate class. |
       SelectableFields | List of all supported selectable fields for the KeywordEstimate class. |
      TrafficEstimatorResult | Contains results of traffic estimation request. |
       Fields | List of all supported fields for the TrafficEstimatorResult class. |
       FilterableFields | List of all supported filterable fields for the TrafficEstimatorResult class. |
       SelectableFields | List of all supported selectable fields for the TrafficEstimatorResult class. |
      EstimateRequest | Abstract class representing a request to estimate stats. |
       Fields | List of all supported fields for the EstimateRequest class. |
       FilterableFields | List of all supported filterable fields for the EstimateRequest class. |
       SelectableFields | List of all supported selectable fields for the EstimateRequest class. |
      CampaignEstimateRequest | Represents a campaign that will be estimated |
       Fields | List of all supported fields for the CampaignEstimateRequest class. |
       FilterableFields | List of all supported filterable fields for the CampaignEstimateRequest class. |
       SelectableFields | List of all supported selectable fields for the CampaignEstimateRequest class. |
      AdGroupEstimateRequest | Represents an ad group that will be estimated. Ad groups may be all new or all existing, or a mixture of new and existing. Only existing campaigns can contain estimates for existing ad groups |
       Fields | List of all supported fields for the AdGroupEstimateRequest class. |
       FilterableFields | List of all supported filterable fields for the AdGroupEstimateRequest class. |
       SelectableFields | List of all supported selectable fields for the AdGroupEstimateRequest class. |
      KeywordEstimateRequest | Represents a keyword to be estimated. |
       Fields | List of all supported fields for the KeywordEstimateRequest class. |
       FilterableFields | List of all supported filterable fields for the KeywordEstimateRequest class. |
       SelectableFields | List of all supported selectable fields for the KeywordEstimateRequest class. |
      TrafficEstimatorSelector | Contains a list of campaigns to perform a traffic estimate on. |
       Fields | List of all supported fields for the TrafficEstimatorSelector class. |
       FilterableFields | List of all supported filterable fields for the TrafficEstimatorSelector class. |
       SelectableFields | List of all supported selectable fields for the TrafficEstimatorSelector class. |
      TrafficEstimatorServiceInterface | |
      TrafficEstimatorServiceInterfaceChannel | |
      TrafficEstimatorService | Use this service to request traffic estimates for proposed or existing campaigns, ad groups, and keywords |
      StringKey | Custom parameter of type string. For websites, there are two built-in parameters URL (name = 'url__') and referrer URL (name = 'ref_url__'). |
       Fields | List of all supported fields for the StringKey class. |
       FilterableFields | List of all supported filterable fields for the StringKey class. |
       SelectableFields | List of all supported selectable fields for the StringKey class. |
      StringRuleItem | An atomic rule fragment composing of string operation. |
       Fields | List of all supported fields for the StringRuleItem class. |
       FilterableFields | List of all supported filterable fields for the StringRuleItem class. |
       SelectableFields | List of all supported selectable fields for the StringRuleItem class. |
      NumberKey | A custom parameter of type number. |
       Fields | List of all supported fields for the NumberKey class. |
       FilterableFields | List of all supported filterable fields for the NumberKey class. |
       SelectableFields | List of all supported selectable fields for the NumberKey class. |
      NumberRuleItem | An atomic rule fragment composing of number operation. |
       Fields | List of all supported fields for the NumberRuleItem class. |
       FilterableFields | List of all supported filterable fields for the NumberRuleItem class. |
       SelectableFields | List of all supported selectable fields for the NumberRuleItem class. |
      RelativeDate | Date relative to NOW (the current date). |
       Fields | List of all supported fields for the RelativeDate class. |
       FilterableFields | List of all supported filterable fields for the RelativeDate class. |
       SelectableFields | List of all supported selectable fields for the RelativeDate class. |
      DateKey | A custom parameter of date type. Supported date formats are listed as follows: |
       Fields | List of all supported fields for the DateKey class. |
       FilterableFields | List of all supported filterable fields for the DateKey class. |
       SelectableFields | List of all supported selectable fields for the DateKey class. |
      DateRuleItem | An atomic rule fragment composing of date operation. |
       Fields | List of all supported fields for the DateRuleItem class. |
       FilterableFields | List of all supported filterable fields for the DateRuleItem class. |
       SelectableFields | List of all supported selectable fields for the DateRuleItem class. |
      RuleItem | An atomic rule fragment. |
      RuleItemGroup | A group of rule items that are ANDed together before version V201705. Starting from version V201705, rule item groups will be grouped together based on Rule::getRuleType(). |
       Fields | List of all supported fields for the RuleItemGroup class. |
       FilterableFields | List of all supported filterable fields for the RuleItemGroup class. |
       SelectableFields | List of all supported selectable fields for the RuleItemGroup class. |
      Rule | A client defined rule based on custom parameters sent by web sites. |
       Fields | List of all supported fields for the Rule class. |
       FilterableFields | List of all supported filterable fields for the Rule class. |
       SelectableFields | List of all supported selectable fields for the Rule class. |
      UserListConversionType | Represents a conversion type used for building remarketing user lists. |
       Fields | List of all supported fields for the UserListConversionType class. |
       FilterableFields | List of all supported filterable fields for the UserListConversionType class. |
       SelectableFields | List of all supported selectable fields for the UserListConversionType class. |
      LogicalUserListOperand | An interface for a logical user list operand. A logical user list is a combination of logical rules. Each rule is defined as a logical operator and a list of operands. Those operands can be of type UserList. |
      UserList | Represents a UserList object that is sent over the wire. This is a list of users an account may target. |
       Fields | List of all supported fields for the UserList class. |
       FilterableFields | List of all supported filterable fields for the UserList class. |
       SelectableFields | List of all supported selectable fields for the UserList class. |
      SimilarUserList | SimilarUserList is a list of users which are similar to users from another UserList. These lists are readonly and automatically created by google. |
       Fields | List of all supported fields for the SimilarUserList class. |
       FilterableFields | List of all supported filterable fields for the SimilarUserList class. |
       SelectableFields | List of all supported selectable fields for the SimilarUserList class. |
      RuleBasedUserList | Representation of a userlist that is generated by a rule. |
       Fields | List of all supported fields for the RuleBasedUserList class. |
       FilterableFields | List of all supported filterable fields for the RuleBasedUserList class. |
       SelectableFields | List of all supported selectable fields for the RuleBasedUserList class. |
      ExpressionRuleUserList | Visitors of a page. The page visit is defined by one boolean rule expression. |
       Fields | List of all supported fields for the ExpressionRuleUserList class. |
       FilterableFields | List of all supported filterable fields for the ExpressionRuleUserList class. |
       SelectableFields | List of all supported selectable fields for the ExpressionRuleUserList class. |
      DateSpecificRuleUserList | Visitors of a page during specific dates. The visiting periods are defined as follows: |
       Fields | List of all supported fields for the DateSpecificRuleUserList class. |
       FilterableFields | List of all supported filterable fields for the DateSpecificRuleUserList class. |
       SelectableFields | List of all supported selectable fields for the DateSpecificRuleUserList class. |
      CombinedRuleUserList | Users defined by combining two rules, left operand and right operand. There are two operators: AND where left operand and right operand have to be true; AND_NOT where left operand is true but right operand is false. |
       Fields | List of all supported fields for the CombinedRuleUserList class. |
       FilterableFields | List of all supported filterable fields for the CombinedRuleUserList class. |
       SelectableFields | List of all supported selectable fields for the CombinedRuleUserList class. |
      BasicUserList | User list targeting as a collection of conversion types. |
       Fields | List of all supported fields for the BasicUserList class. |
       FilterableFields | List of all supported filterable fields for the BasicUserList class. |
       SelectableFields | List of all supported selectable fields for the BasicUserList class. |
      LogicalUserList | Represents a user list that is a custom combination of user lists and user interests. |
       Fields | List of all supported fields for the LogicalUserList class. |
       FilterableFields | List of all supported filterable fields for the LogicalUserList class. |
       SelectableFields | List of all supported selectable fields for the LogicalUserList class. |
      UserListLogicalRule | A user list logical rule. A rule has a logical operator (and/or/not) and a list of operands that can be user lists or user interests. |
       Fields | List of all supported fields for the UserListLogicalRule class. |
       FilterableFields | List of all supported filterable fields for the UserListLogicalRule class. |
       SelectableFields | List of all supported selectable fields for the UserListLogicalRule class. |
      CrmBasedUserList | UserList of CRM users provided by the advertiser. |
       Fields | List of all supported fields for the CrmBasedUserList class. |
       FilterableFields | List of all supported filterable fields for the CrmBasedUserList class. |
       SelectableFields | List of all supported selectable fields for the CrmBasedUserList class. |
      DataUploadResult | A class represents the data upload result for CRM based lists. |
       Fields | List of all supported fields for the DataUploadResult class. |
       FilterableFields | List of all supported filterable fields for the DataUploadResult class. |
       SelectableFields | List of all supported selectable fields for the DataUploadResult class. |
      UserListPage | Contains a list of user lists resulting from the filtering and paging of the UserListService::get call. |
       Fields | List of all supported fields for the UserListPage class. |
       FilterableFields | List of all supported filterable fields for the UserListPage class. |
       SelectableFields | List of all supported selectable fields for the UserListPage class. |
      UserListError | Represents possible error codes in UserListService. |
       Fields | List of all supported fields for the UserListError class. |
       FilterableFields | List of all supported filterable fields for the UserListError class. |
       SelectableFields | List of all supported selectable fields for the UserListError class. |
      MutateMembersError | Represents possible error codes from |
      AdwordsUserListServiceInterface | |
      UserListOperation | UserList operations for adding/updating UserList entities. The following Operators are supported: ADD and SET. The REMOVE operator is not supported. |
       Fields | List of all supported fields for the UserListOperation class. |
       FilterableFields | List of all supported filterable fields for the UserListOperation class. |
       SelectableFields | List of all supported selectable fields for the UserListOperation class. |
      MutateMembersOperation | Operation representing a request to add or remove members from a user list. The following Operators are supported: ADD and REMOVE. The SET operator is not supported. |
       Fields | List of all supported fields for the MutateMembersOperation class. |
       FilterableFields | List of all supported filterable fields for the MutateMembersOperation class. |
       SelectableFields | List of all supported selectable fields for the MutateMembersOperation class. |
      MutateMembersOperand | Operand containing user list id and members to be added or removed. |
       Fields | List of all supported fields for the MutateMembersOperand class. |
       FilterableFields | List of all supported filterable fields for the MutateMembersOperand class. |
       SelectableFields | List of all supported selectable fields for the MutateMembersOperand class. |
      Member | Class that holds user list member identifiers. The following types of member identifier are supported: |
       Fields | List of all supported fields for the Member class. |
       FilterableFields | List of all supported filterable fields for the Member class. |
       SelectableFields | List of all supported selectable fields for the Member class. |
      AddressInfo | Address identifier of a user list member. Accessible for whitelisted customers only. |
       Fields | List of all supported fields for the AddressInfo class. |
       FilterableFields | List of all supported filterable fields for the AddressInfo class. |
       SelectableFields | List of all supported selectable fields for the AddressInfo class. |
      UserListReturnValue | A container for return values from the UserListService. |
      MutateMembersReturnValue | A container for return value from |
       Fields | List of all supported fields for the MutateMembersReturnValue class. |
       FilterableFields | List of all supported filterable fields for the MutateMembersReturnValue class. |
       SelectableFields | List of all supported selectable fields for the MutateMembersReturnValue class. |
      AdwordsUserListServiceInterfaceChannel | |
      AdwordsUserListService | Service which is used to manage user lists. |
      CampaignSharedSet | CampaignSharedSets are used for managing the shared sets associated with a campaign. |
       Fields | List of all supported fields for the CampaignSharedSet class. |
       FilterableFields | List of all supported filterable fields for the CampaignSharedSet class. |
       SelectableFields | List of all supported selectable fields for the CampaignSharedSet class. |
      CampaignSharedSetPage | Contains a list of associations between campaigns and shared sets resulting from the filtering and paging of CampaignSharedSetService::get call. |
      CampaignSharedSetError | Represents error codes for the CampaignSharedSetService. |
      CampaignSharedSetServiceInterface | |
      CampaignSharedSetOperation | Operations for adding/updating CampaignSharedSet entities. |
       Fields | List of all supported fields for the CampaignSharedSetOperation class. |
       FilterableFields | List of all supported filterable fields for the CampaignSharedSetOperation class. |
       SelectableFields | List of all supported selectable fields for the CampaignSharedSetOperation class. |
      CampaignSharedSetReturnValue | A container for return values from the CampaignSharedSetService::mutate call. |
      CampaignSharedSetServiceInterfaceChannel | |
      CampaignSharedSetService | This service is used for managing associations between |
      SharedCriterion | Represents a criterion belonging to a shared set. |
       Fields | List of all supported fields for the SharedCriterion class. |
       FilterableFields | List of all supported filterable fields for the SharedCriterion class. |
       SelectableFields | List of all supported selectable fields for the SharedCriterion class. |
      SharedCriterionPage | Contains a list of shared set criteria results filtered and sorted as specified in the SharedCriterionService::get call |
       Fields | List of all supported fields for the SharedCriterionPage class. |
       FilterableFields | List of all supported filterable fields for the SharedCriterionPage class. |
       SelectableFields | List of all supported selectable fields for the SharedCriterionPage class. |
      SharedCriterionError | Represents error codes for the SharedCriterionService. |
      SharedCriterionServiceInterface | |
      SharedCriterionOperation | Operation for adding/removing a criterion from a shared set. |
       Fields | List of all supported fields for the SharedCriterionOperation class. |
       FilterableFields | List of all supported filterable fields for the SharedCriterionOperation class. |
       SelectableFields | List of all supported selectable fields for the SharedCriterionOperation class. |
      SharedCriterionReturnValue | Container for the return value from the SharedSetCriterionService. |
      SharedCriterionServiceInterfaceChannel | |
      SharedCriterionService | Manages which criteria are associated with shared sets. |
      SharedSet | SharedSets are used for sharing entities across multiple campaigns under the same account. |
       Fields | List of all supported fields for the SharedSet class. |
       FilterableFields | List of all supported filterable fields for the SharedSet class. |
       SelectableFields | List of all supported selectable fields for the SharedSet class. |
      SharedSetPage | Contains a list of criterion lists resulting from the filtering and paging of SharedSetService::get call. |
       Fields | List of all supported fields for the SharedSetPage class. |
       FilterableFields | List of all supported filterable fields for the SharedSetPage class. |
       SelectableFields | List of all supported selectable fields for the SharedSetPage class. |
      SharedSetError | Represents error codes for the SharedSetService. |
      SharedSetServiceInterface | |
      SharedSetOperation | Operations for adding/updating SharedSet entities. |
       Fields | List of all supported fields for the SharedSetOperation class. |
       FilterableFields | List of all supported filterable fields for the SharedSetOperation class. |
       SelectableFields | List of all supported selectable fields for the SharedSetOperation class. |
      SharedSetReturnValue | A container for return values from the SharedSetService::mutate call. |
      SharedSetServiceInterfaceChannel | |
      SharedSetService | This service is used for managing SharedSet entities themselves and the association between sets and campaigns. |
      AdGroupAdRotationMode | The ad rotation mode wrapper class to allow for clearing of the AdRotationMode field. |
       Fields | List of all supported fields for the AdGroupAdRotationMode class. |
       FilterableFields | List of all supported filterable fields for the AdGroupAdRotationMode class. |
       SelectableFields | List of all supported selectable fields for the AdGroupAdRotationMode class. |
      ExplorerAutoOptimizerSetting | Settings for the Display Campaign Optimizer, initially termed "Explorer". |
       Fields | List of all supported fields for the ExplorerAutoOptimizerSetting class. |
       FilterableFields | List of all supported filterable fields for the ExplorerAutoOptimizerSetting class. |
       SelectableFields | List of all supported selectable fields for the ExplorerAutoOptimizerSetting class. |
      AdGroup | Represents an ad group. |
       Fields | List of all supported fields for the AdGroup class. |
       FilterableFields | List of all supported filterable fields for the AdGroup class. |
       SelectableFields | List of all supported selectable fields for the AdGroup class. |
      AdGroupPage | Contains a subset of ad groups resulting from the filtering and paging of the AdGroupService::get call. |
       Fields | List of all supported fields for the AdGroupPage class. |
       FilterableFields | List of all supported filterable fields for the AdGroupPage class. |
       SelectableFields | List of all supported selectable fields for the AdGroupPage class. |
      AdGroupServiceError | Represents possible error codes in AdGroupService. |
       Fields | List of all supported fields for the AdGroupServiceError class. |
       FilterableFields | List of all supported filterable fields for the AdGroupServiceError class. |
       SelectableFields | List of all supported selectable fields for the AdGroupServiceError class. |
      AdGroupServiceInterface | |
      AdGroupOperation | AdGroup operations for adding/updating/removing adgroups. |
       Fields | List of all supported fields for the AdGroupOperation class. |
       FilterableFields | List of all supported filterable fields for the AdGroupOperation class. |
       SelectableFields | List of all supported selectable fields for the AdGroupOperation class. |
      AdGroupLabelOperation | Operations for adding/removing labels from AdGroup. |
       Fields | List of all supported fields for the AdGroupLabelOperation class. |
       FilterableFields | List of all supported filterable fields for the AdGroupLabelOperation class. |
       SelectableFields | List of all supported selectable fields for the AdGroupLabelOperation class. |
      AdGroupLabel | Manages the labels associated with an AdGroup. |
       Fields | List of all supported fields for the AdGroupLabel class. |
       FilterableFields | List of all supported filterable fields for the AdGroupLabel class. |
       SelectableFields | List of all supported selectable fields for the AdGroupLabel class. |
      AdGroupReturnValue | A container for return values from the AdGroupService. |
       Fields | List of all supported fields for the AdGroupReturnValue class. |
       FilterableFields | List of all supported filterable fields for the AdGroupReturnValue class. |
       SelectableFields | List of all supported selectable fields for the AdGroupReturnValue class. |
      AdGroupLabelReturnValue | A container for return values from the AdGroupService::mutateLabel call. |
      AdGroupServiceInterfaceChannel | |
      AdGroupService | Use this service to manage ad groups. An ad group organizes a set of ads and criteria together, and also provides the default bid for its criteria. One or more ad groups belong to a campaign. |
      LabelPage | Contains a subset of labels resulting from the filtering and paging of the LabelService::get call. |
       Fields | List of all supported fields for the LabelPage class. |
       FilterableFields | List of all supported filterable fields for the LabelPage class. |
       SelectableFields | List of all supported selectable fields for the LabelPage class. |
      LabelError | Base error class for LabelService. |
       Fields | List of all supported fields for the LabelError class. |
       FilterableFields | List of all supported filterable fields for the LabelError class. |
       SelectableFields | List of all supported selectable fields for the LabelError class. |
      LabelServiceInterface | |
      LabelOperation | An operation for adding, editing, removing Label. |
       Fields | List of all supported fields for the LabelOperation class. |
       FilterableFields | List of all supported filterable fields for the LabelOperation class. |
       SelectableFields | List of all supported selectable fields for the LabelOperation class. |
      LabelReturnValue | A container for return values from LabelService. |
      LabelServiceInterfaceChannel | |
      LabelService | Use this service to manage labels. The light weight label, once created, can be attached to campaign management entities such as campaigns, ad groups, creatives, criterion and etc. |
      AccountLabelPage | Contains a list of AccountLabels. |
       Fields | List of all supported fields for the AccountLabelPage class. |
       FilterableFields | List of all supported filterable fields for the AccountLabelPage class. |
       SelectableFields | List of all supported selectable fields for the AccountLabelPage class. |
      Date | Represents a date. |
       Fields | List of all supported fields for the Date class. |
       FilterableFields | List of all supported filterable fields for the Date class. |
       SelectableFields | List of all supported selectable fields for the Date class. |
      LabelServiceError | Errors for LabelService. |
      AccountLabelServiceInterface | |
      AccountLabelOperation | Operation for adding, updating, or deleting a label. |
       Fields | List of all supported fields for the AccountLabelOperation class. |
       FilterableFields | List of all supported filterable fields for the AccountLabelOperation class. |
       SelectableFields | List of all supported selectable fields for the AccountLabelOperation class. |
      AccountLabelServiceInterfaceChannel | |
      AccountLabelService | Service for creating, editing, and deleting labels that can be applied to managed customers |
      AdCustomizerFeedAttribute | An attribute of an AdCustomizerFeed. |
       Fields | List of all supported fields for the AdCustomizerFeedAttribute class. |
       FilterableFields | List of all supported filterable fields for the AdCustomizerFeedAttribute class. |
       SelectableFields | List of all supported selectable fields for the AdCustomizerFeedAttribute class. |
      AdCustomizerFeed | A Feed which contains data used to populate ad customizers |
       Fields | List of all supported fields for the AdCustomizerFeed class. |
       FilterableFields | List of all supported filterable fields for the AdCustomizerFeed class. |
       SelectableFields | List of all supported selectable fields for the AdCustomizerFeed class. |
      AdCustomizerFeedPage | The result of a call to AdCustomizerFeedService::get. |
      AdCustomizerFeedError | An error caused by an invalid ad customizer feed in an AdCustomizerFeedService request. |
       Fields | List of all supported fields for the AdCustomizerFeedError class. |
       FilterableFields | List of all supported filterable fields for the AdCustomizerFeedError class. |
       SelectableFields | List of all supported selectable fields for the AdCustomizerFeedError class. |
      AdCustomizerFeedServiceInterface | |
      AdCustomizerFeedOperation | Operation used to create or mutate an AdCustomizerFeed. |
       Fields | List of all supported fields for the AdCustomizerFeedOperation class. |
       FilterableFields | List of all supported filterable fields for the AdCustomizerFeedOperation class. |
       SelectableFields | List of all supported selectable fields for the AdCustomizerFeedOperation class. |
      AdCustomizerFeedReturnValue | The result of a call to AdCustomizerFeedService::mutate. |
       Fields | List of all supported fields for the AdCustomizerFeedReturnValue class. |
       FilterableFields | List of all supported filterable fields for the AdCustomizerFeedReturnValue class. |
       SelectableFields | List of all supported selectable fields for the AdCustomizerFeedReturnValue class. |
      AdCustomizerFeedServiceInterfaceChannel | |
      AdCustomizerFeedService | Service used to get and mutate Feeds that contain ad customizer data |
      PriceTableRow | Represents one row in a price extension. |
       Fields | List of all supported fields for the PriceTableRow class. |
       FilterableFields | List of all supported filterable fields for the PriceTableRow class. |
       SelectableFields | List of all supported selectable fields for the PriceTableRow class. |
      CallConversionType | Conversion type for a call extension. |
       Fields | List of all supported fields for the CallConversionType class. |
       FilterableFields | List of all supported filterable fields for the CallConversionType class. |
       SelectableFields | List of all supported selectable fields for the CallConversionType class. |
      FeedItemAdGroupTargeting | Specifies the adgroup the request context must match in order for the feed item to be considered eligible for serving (aka the targeted adgroup). E.g., if the below adgroup targeting is set to adgroup = X, then the feed item can only serve under adgroup X. |
       Fields | List of all supported fields for the FeedItemAdGroupTargeting class. |
       FilterableFields | List of all supported filterable fields for the FeedItemAdGroupTargeting class. |
       SelectableFields | List of all supported selectable fields for the FeedItemAdGroupTargeting class. |
      FeedItemCampaignTargeting | Specifies the campaign the request context must match in order for the feed item to be considered eligible for serving (aka the targeted campaign). E.g., if the below campaign targeting is set to campaignId = X, then the feed item can only serve under campaign X. |
       Fields | List of all supported fields for the FeedItemCampaignTargeting class. |
       FilterableFields | List of all supported filterable fields for the FeedItemCampaignTargeting class. |
       SelectableFields | List of all supported selectable fields for the FeedItemCampaignTargeting class. |
      FeedItemSchedule | Represents a FeedItem schedule, which specifies a time interval on a given day when the feed item may serve. The FeedItemSchedule times are in the account's time zone. |
       Fields | List of all supported fields for the FeedItemSchedule class. |
       FilterableFields | List of all supported filterable fields for the FeedItemSchedule class. |
       SelectableFields | List of all supported selectable fields for the FeedItemSchedule class. |
      FeedItemDevicePreference | Represents a FeedItem device preference. |
       Fields | List of all supported fields for the FeedItemDevicePreference class. |
       FilterableFields | List of all supported filterable fields for the FeedItemDevicePreference class. |
       SelectableFields | List of all supported selectable fields for the FeedItemDevicePreference class. |
      ExtensionFeedItem | Contains base extension feed item data for an extension in an extension feed managed by AdWords. |
       Fields | List of all supported fields for the ExtensionFeedItem class. |
       FilterableFields | List of all supported filterable fields for the ExtensionFeedItem class. |
       SelectableFields | List of all supported selectable fields for the ExtensionFeedItem class. |
      StructuredSnippetFeedItem | Represents a structured snippet extension. |
       Fields | List of all supported fields for the StructuredSnippetFeedItem class. |
       FilterableFields | List of all supported filterable fields for the StructuredSnippetFeedItem class. |
       SelectableFields | List of all supported selectable fields for the StructuredSnippetFeedItem class. |
      SitelinkFeedItem | Represents a sitelink extension. |
       Fields | List of all supported fields for the SitelinkFeedItem class. |
       FilterableFields | List of all supported filterable fields for the SitelinkFeedItem class. |
       SelectableFields | List of all supported selectable fields for the SitelinkFeedItem class. |
      ReviewFeedItem | Represents a Review extension. |
       Fields | List of all supported fields for the ReviewFeedItem class. |
       FilterableFields | List of all supported filterable fields for the ReviewFeedItem class. |
       SelectableFields | List of all supported selectable fields for the ReviewFeedItem class. |
      PromotionFeedItem | Represents a promotion extension. |
       Fields | List of all supported fields for the PromotionFeedItem class. |
       FilterableFields | List of all supported filterable fields for the PromotionFeedItem class. |
       SelectableFields | List of all supported selectable fields for the PromotionFeedItem class. |
      PriceFeedItem | Represents a price extension. |
       Fields | List of all supported fields for the PriceFeedItem class. |
       FilterableFields | List of all supported filterable fields for the PriceFeedItem class. |
       SelectableFields | List of all supported selectable fields for the PriceFeedItem class. |
      MessageFeedItem | Represents a Message extension. |
       Fields | List of all supported fields for the MessageFeedItem class. |
       FilterableFields | List of all supported filterable fields for the MessageFeedItem class. |
       SelectableFields | List of all supported selectable fields for the MessageFeedItem class. |
      CalloutFeedItem | Represents a callout extension. |
       Fields | List of all supported fields for the CalloutFeedItem class. |
       FilterableFields | List of all supported filterable fields for the CalloutFeedItem class. |
       SelectableFields | List of all supported selectable fields for the CalloutFeedItem class. |
      CallFeedItem | Represents a Call extension. |
       Fields | List of all supported fields for the CallFeedItem class. |
       FilterableFields | List of all supported filterable fields for the CallFeedItem class. |
       SelectableFields | List of all supported selectable fields for the CallFeedItem class. |
      AppFeedItem | Represents an App extension. |
       Fields | List of all supported fields for the AppFeedItem class. |
       FilterableFields | List of all supported filterable fields for the AppFeedItem class. |
       SelectableFields | List of all supported selectable fields for the AppFeedItem class. |
      ExtensionSetting | A setting specifying when and which extensions should serve at a given level (customer, campaign, or ad group). |
       Fields | List of all supported fields for the ExtensionSetting class. |
       FilterableFields | List of all supported filterable fields for the ExtensionSetting class. |
       SelectableFields | List of all supported selectable fields for the ExtensionSetting class. |
      AdGroupExtensionSetting | An AdGroupExtensionSetting is used to add or modify extensions being served for the specified ad group. |
       Fields | List of all supported fields for the AdGroupExtensionSetting class. |
       FilterableFields | List of all supported filterable fields for the AdGroupExtensionSetting class. |
       SelectableFields | List of all supported selectable fields for the AdGroupExtensionSetting class. |
      AdGroupExtensionSettingPage | Contains a subset of AdGroupExtensionSetting objects resulting from a |
       Fields | List of all supported fields for the AdGroupExtensionSettingPage class. |
       FilterableFields | List of all supported filterable fields for the AdGroupExtensionSettingPage class. |
       SelectableFields | List of all supported selectable fields for the AdGroupExtensionSettingPage class. |
      ExtensionSettingError | Represents an error for various extension setting services. |
       Fields | List of all supported fields for the ExtensionSettingError class. |
       FilterableFields | List of all supported filterable fields for the ExtensionSettingError class. |
       SelectableFields | List of all supported selectable fields for the ExtensionSettingError class. |
      AdGroupExtensionSettingServiceInterface | |
      AdGroupExtensionSettingOperation | Operation used to create or mutate an AdGroupExtensionSetting. |
       Fields | List of all supported fields for the AdGroupExtensionSettingOperation class. |
       FilterableFields | List of all supported filterable fields for the AdGroupExtensionSettingOperation class. |
       SelectableFields | List of all supported selectable fields for the AdGroupExtensionSettingOperation class. |
      AdGroupExtensionSettingReturnValue | A container for return values from a |
       Fields | List of all supported fields for the AdGroupExtensionSettingReturnValue class. |
       FilterableFields | List of all supported filterable fields for the AdGroupExtensionSettingReturnValue class. |
       SelectableFields | List of all supported selectable fields for the AdGroupExtensionSettingReturnValue class. |
      AdGroupExtensionSettingServiceInterfaceChannel | |
      AdGroupExtensionSettingService | Service used to manage extensions at the adgroup level. The extensions are managed by AdWords using existing feed services, including creating and modifying feeds, feed items, and adgroup feeds for the user. |
      CampaignExtensionSetting | A CampaignExtensionSetting is used to add or modify extensions being served for the specified campaign. |
       Fields | List of all supported fields for the CampaignExtensionSetting class. |
       FilterableFields | List of all supported filterable fields for the CampaignExtensionSetting class. |
       SelectableFields | List of all supported selectable fields for the CampaignExtensionSetting class. |
      CampaignExtensionSettingPage | Contains a subset of CampaignExtensionSetting objects resulting from a |
       Fields | List of all supported fields for the CampaignExtensionSettingPage class. |
       FilterableFields | List of all supported filterable fields for the CampaignExtensionSettingPage class. |
       SelectableFields | List of all supported selectable fields for the CampaignExtensionSettingPage class. |
      CampaignExtensionSettingServiceInterface | |
      CampaignExtensionSettingOperation | Operation used to create or mutate a CampaignExtensionSetting. |
       Fields | List of all supported fields for the CampaignExtensionSettingOperation class. |
       FilterableFields | List of all supported filterable fields for the CampaignExtensionSettingOperation class. |
       SelectableFields | List of all supported selectable fields for the CampaignExtensionSettingOperation class. |
      CampaignExtensionSettingReturnValue | A container for return values from a |
       Fields | List of all supported fields for the CampaignExtensionSettingReturnValue class. |
       FilterableFields | List of all supported filterable fields for the CampaignExtensionSettingReturnValue class. |
       SelectableFields | List of all supported selectable fields for the CampaignExtensionSettingReturnValue class. |
      CampaignExtensionSettingServiceInterfaceChannel | |
      CampaignExtensionSettingService | Service used to manage extensions at the campaign level. The extensions are managed by AdWords using existing feed services, including creating and modifying feeds, feed items, and campaign feeds for the user. |
      CustomerExtensionSetting | A CustomerExtensionSetting is used to add or modify extensions being served for the customer. |
       Fields | List of all supported fields for the CustomerExtensionSetting class. |
       FilterableFields | List of all supported filterable fields for the CustomerExtensionSetting class. |
       SelectableFields | List of all supported selectable fields for the CustomerExtensionSetting class. |
      CustomerExtensionSettingPage | Contains a subset of CustomerExtensionSetting objects resulting from a |
       Fields | List of all supported fields for the CustomerExtensionSettingPage class. |
       FilterableFields | List of all supported filterable fields for the CustomerExtensionSettingPage class. |
       SelectableFields | List of all supported selectable fields for the CustomerExtensionSettingPage class. |
      CustomerExtensionSettingServiceInterface | |
      CustomerExtensionSettingOperation | Operation used to create or mutate a CustomerExtensionSetting. |
       Fields | List of all supported fields for the CustomerExtensionSettingOperation class. |
       FilterableFields | List of all supported filterable fields for the CustomerExtensionSettingOperation class. |
       SelectableFields | List of all supported selectable fields for the CustomerExtensionSettingOperation class. |
      CustomerExtensionSettingReturnValue | A container for return values from a |
       Fields | List of all supported fields for the CustomerExtensionSettingReturnValue class. |
       FilterableFields | List of all supported filterable fields for the CustomerExtensionSettingReturnValue class. |
       SelectableFields | List of all supported selectable fields for the CustomerExtensionSettingReturnValue class. |
      CustomerExtensionSettingServiceInterfaceChannel | |
      CustomerExtensionSettingService | Service used to manage extensions at the customer level. The extensions are managed by AdWords using existing feed services, including creating and modifying feeds, feed items, and customer feeds for the user. |
      Draft | The interface object which contains the basic information of a draft. Entity specific information in the campaign tree are represented by their respective entities objects with a corresponding draftId. |
       Fields | List of all supported fields for the Draft class. |
       FilterableFields | List of all supported filterable fields for the Draft class. |
       SelectableFields | List of all supported selectable fields for the Draft class. |
      DraftPage | Contains a subset of drafts resulting from the filtering and paging of DraftService::get call. |
      DraftError | Represents error codes for DraftService. |
      DraftServiceInterface | |
      DraftOperation | DraftOperation for creating drafts and changing draft states. |
       Fields | List of all supported fields for the DraftOperation class. |
       FilterableFields | List of all supported filterable fields for the DraftOperation class. |
       SelectableFields | List of all supported selectable fields for the DraftOperation class. |
      DraftReturnValue | A container for return values from a {#mutate} call. |
      DraftServiceInterfaceChannel | |
      DraftService | The DraftService is used for creating new drafts and controlling the life cycle of drafts. |
      DraftAsyncError | An error that has occurred while asynchronously processing the promotion of a draft. |
       Fields | List of all supported fields for the DraftAsyncError class. |
       FilterableFields | List of all supported filterable fields for the DraftAsyncError class. |
       SelectableFields | List of all supported selectable fields for the DraftAsyncError class. |
      DraftAsyncErrorPage | Contains a subset of DraftAsyncErrors resulting from the filtering and paging of DraftAsyncErrorService::get call. |
      CampaignPreferenceError | Represents error codes for campaign preferences. |
       Fields | List of all supported fields for the CampaignPreferenceError class. |
       FilterableFields | List of all supported filterable fields for the CampaignPreferenceError class. |
       SelectableFields | List of all supported selectable fields for the CampaignPreferenceError class. |
      DraftAsyncErrorServiceInterface | |
      DraftAsyncErrorServiceInterfaceChannel | |
      DraftAsyncErrorService | The DraftAsyncErrorService is retrieving asynchronous errors from promoting drafts. |
      Trial | Interface for campaign trial entities. A trial is an experiment created by an advertiser from changes in a draft. |
       Fields | List of all supported fields for the Trial class. |
       FilterableFields | List of all supported filterable fields for the Trial class. |
       SelectableFields | List of all supported selectable fields for the Trial class. |
      TrialPage | Contains a filtered and paged subset of campaign trials as returned by TrialService::get. |
      TrialError | Error class for TrialService. |
      TrialServiceInterface | |
      TrialOperation | Operation for creating, modifying and promoting/archiving campaign trials. |
       Fields | List of all supported fields for the TrialOperation class. |
       FilterableFields | List of all supported filterable fields for the TrialOperation class. |
       SelectableFields | List of all supported selectable fields for the TrialOperation class. |
      TrialReturnValue | Return value for TrialService::mutate(java.util.List) operations. |
      TrialServiceInterfaceChannel | |
      TrialService | TrialService manages the life cycle of campaign trials. It is used to create new trials from drafts, modify trial properties, promote changes in a trial back to its base campaign, and to archive a trial |
      TrialAsyncError | An error that has occurred while asynchronously processing the creation or promotion of a trial. |
       Fields | List of all supported fields for the TrialAsyncError class. |
       FilterableFields | List of all supported filterable fields for the TrialAsyncError class. |
       SelectableFields | List of all supported selectable fields for the TrialAsyncError class. |
      TrialAsyncErrorPage | Contains a subset of TrialAsyncErrors resulting from the filtering and paging of TrialAsyncErrorService::get call. |
      TrialAsyncErrorServiceInterface | |
      TrialAsyncErrorServiceInterfaceChannel | |
      TrialAsyncErrorService | The TrialAsyncErrorService is retrieving asynchronous errors from creating and promoting trials. |
      PreferredContent | Represents a PreferredContent criterion |
      AdGroupBidModifier | Represents an adgroup level bid modifier override for campaign level criterion bid modifier values. |
       Fields | List of all supported fields for the AdGroupBidModifier class. |
       FilterableFields | List of all supported filterable fields for the AdGroupBidModifier class. |
       SelectableFields | List of all supported selectable fields for the AdGroupBidModifier class. |
      AdGroupBidModifierPage | Contains a subset of adgroup bid modifiers resulting from a call to AdGroupBidModifierService::get. |
      AdGroupBidModifierServiceInterface | |
      AdGroupBidModifierOperation | Operation used to create or mutate a AdGroupBidModifier |
       Fields | List of all supported fields for the AdGroupBidModifierOperation class. |
       FilterableFields | List of all supported filterable fields for the AdGroupBidModifierOperation class. |
       SelectableFields | List of all supported selectable fields for the AdGroupBidModifierOperation class. |
      AdGroupBidModifierReturnValue | A container for return values from the AdGroupBidModifierService. |
      AdGroupBidModifierServiceInterfaceChannel | |
      AdGroupBidModifierService | Service used to manage campaign criterion bid overrides at the ad group level. Currently this service supports Platform and PreferredContent bid multiplier overrides. |
      Operand | A marker interface for entities that can be operated upon in mutate operations. |
      MutateResult | The result of a single mutate operation. Contains either the resulting Operand or the error(s) that occurred when attempting the mutate. |
       Fields | List of all supported fields for the MutateResult class. |
       FilterableFields | List of all supported filterable fields for the MutateResult class. |
       SelectableFields | List of all supported selectable fields for the MutateResult class. |
      BudgetOperation | Operations for adding/updating Budget entities. |
       Fields | List of all supported fields for the BudgetOperation class. |
       FilterableFields | List of all supported filterable fields for the BudgetOperation class. |
       SelectableFields | List of all supported selectable fields for the BudgetOperation class. |
      TaskExecutionError | |
      BatchJobOpsServiceInterface | |
      BatchJobOpsServiceInterfaceChannel | |
      OfflineConversionAdjustmentFeedReturnValue | A container for return values from the OfflineConversionAdjustmentFeedService. |
       Fields | List of all supported fields for the OfflineConversionAdjustmentFeedReturnValue class. |
       FilterableFields | List of all supported filterable fields for the OfflineConversionAdjustmentFeedReturnValue class. |
       SelectableFields | List of all supported selectable fields for the OfflineConversionAdjustmentFeedReturnValue class. |
      OfflineConversionAdjustmentFeed | Represents a record in the offline conversion adjustments feed that advertisers upload. This class is inherited by GclidOfflineConversionAdjustmentFeed and OrderIdOfflineConversionAdjustmentFeed because advertisers upload conversion name and either (order id) or (gclid, conversion time) to identify a conversion. |
       Fields | List of all supported fields for the OfflineConversionAdjustmentFeed class. |
       FilterableFields | List of all supported filterable fields for the OfflineConversionAdjustmentFeed class. |
       SelectableFields | List of all supported selectable fields for the OfflineConversionAdjustmentFeed class. |
      OrderIdOfflineConversionAdjustmentFeed | A conversion adjustment record for conversions uploaded with order ID. Inherits from abstract class OfflineConversionAdjustmentFeed. |
       Fields | List of all supported fields for the OrderIdOfflineConversionAdjustmentFeed class. |
       FilterableFields | List of all supported filterable fields for the OrderIdOfflineConversionAdjustmentFeed class. |
       SelectableFields | List of all supported selectable fields for the OrderIdOfflineConversionAdjustmentFeed class. |
      GclidOfflineConversionAdjustmentFeed | A conversion adjustment record for conversions uploaded with gclid and conversion occurrence time. Inherits from abstract class OfflineConversionAdjustmentFeed. |
       Fields | List of all supported fields for the GclidOfflineConversionAdjustmentFeed class. |
       FilterableFields | List of all supported filterable fields for the GclidOfflineConversionAdjustmentFeed class. |
       SelectableFields | List of all supported selectable fields for the GclidOfflineConversionAdjustmentFeed class. |
      OfflineConversionAdjustmentFeedOperation | Operation for uploading OfflineConversionAdjustmentFeed. See OfflineConversionAdjustmentFeedService::mutate |
       Fields | List of all supported fields for the OfflineConversionAdjustmentFeedOperation class. |
       FilterableFields | List of all supported filterable fields for the OfflineConversionAdjustmentFeedOperation class. |
       SelectableFields | List of all supported selectable fields for the OfflineConversionAdjustmentFeedOperation class. |
      OfflineConversionAdjustmentError | Errors that the OfflineConversionAdjustmentFeedService can return. |
      OfflineConversionAdjustmentFeedServiceInterface | |
      OfflineConversionAdjustmentFeedServiceInterfaceChannel | |
      OfflineConversionAdjustmentFeedService | Service that handles the reporting of offline conversion adjustments from external third parties. |
      AssetPage | Contains a filtered and paged subset of Assets as returned by AssetService::get. |
      YouTubeAdVideoRegistrationError | Error when registering a YouTube ad video. |
       Fields | List of all supported fields for the YouTubeAdVideoRegistrationError class. |
       FilterableFields | List of all supported filterable fields for the YouTubeAdVideoRegistrationError class. |
       SelectableFields | List of all supported selectable fields for the YouTubeAdVideoRegistrationError class. |
      MediaUploadError | Error when uploading a media. |
       Fields | List of all supported fields for the MediaUploadError class. |
       FilterableFields | List of all supported filterable fields for the MediaUploadError class. |
       SelectableFields | List of all supported selectable fields for the MediaUploadError class. |
      AssetServiceInterface | |
      AssetOperation | |
       Fields | List of all supported fields for the AssetOperation class. |
       FilterableFields | List of all supported filterable fields for the AssetOperation class. |
       SelectableFields | List of all supported selectable fields for the AssetOperation class. |
      AssetReturnValue | |
      AssetServiceInterfaceChannel | |
      AssetService | |
      AdPage | Represents a page of Ads resulting from the query done by AdService. |
       Fields | List of all supported fields for the AdPage class. |
       FilterableFields | List of all supported filterable fields for the AdPage class. |
       SelectableFields | List of all supported selectable fields for the AdPage class. |
      AdCampaignAdSubProductTypeError | Error for AdCampaignAdSubProductType which is used by AdService.updateCampaignAdSubProductType(). |
       Fields | List of all supported fields for the AdCampaignAdSubProductTypeError class. |
       FilterableFields | List of all supported filterable fields for the AdCampaignAdSubProductTypeError class. |
       SelectableFields | List of all supported selectable fields for the AdCampaignAdSubProductTypeError class. |
      AdServiceInterface | |
      AdOperation | Ad service operations. |
       Fields | List of all supported fields for the AdOperation class. |
       FilterableFields | List of all supported filterable fields for the AdOperation class. |
       SelectableFields | List of all supported selectable fields for the AdOperation class. |
      AdCampaignAdSubProductTypeOperation | Operation used to create a AdCampaignAdSubProductType. The following Operators are supported: SET. |
       Fields | List of all supported fields for the AdCampaignAdSubProductTypeOperation class. |
       FilterableFields | List of all supported filterable fields for the AdCampaignAdSubProductTypeOperation class. |
       SelectableFields | List of all supported selectable fields for the AdCampaignAdSubProductTypeOperation class. |
      AdCampaignAdSubProductType | Represents an operation to update Ad.adSubProductType. |
       Fields | List of all supported fields for the AdCampaignAdSubProductType class. |
       FilterableFields | List of all supported filterable fields for the AdCampaignAdSubProductType class. |
       SelectableFields | List of all supported selectable fields for the AdCampaignAdSubProductType class. |
      AdReturnValue | A container for return values from the AdService. |
       Fields | List of all supported fields for the AdReturnValue class. |
       FilterableFields | List of all supported filterable fields for the AdReturnValue class. |
       SelectableFields | List of all supported selectable fields for the AdReturnValue class. |
      AdCampaignAdSubProductTypeReturnValue | The result of a call to AdService::updateCampaignAdSubProductType |
       Fields | List of all supported fields for the AdCampaignAdSubProductTypeReturnValue class. |
       FilterableFields | List of all supported filterable fields for the AdCampaignAdSubProductTypeReturnValue class. |
       SelectableFields | List of all supported selectable fields for the AdCampaignAdSubProductTypeReturnValue class. |
      AdServiceInterfaceChannel | |
      AdService | AdService is used to update Ads. Ads are created using the |
      CustomAffinityToken | A token of custom affinity audience. A token can be a keyword or placement. It is immutable, that is, it can only be created or removed but not changed. |
       Fields | List of all supported fields for the CustomAffinityToken class. |
       FilterableFields | List of all supported filterable fields for the CustomAffinityToken class. |
       SelectableFields | List of all supported selectable fields for the CustomAffinityToken class. |
      CustomAffinity | Custom affinity audience defined by a collection of examples/hints. |
       Fields | List of all supported fields for the CustomAffinity class. |
       FilterableFields | List of all supported filterable fields for the CustomAffinity class. |
       SelectableFields | List of all supported selectable fields for the CustomAffinity class. |
      CustomAffinityPage | A container that contains a subset of CustomAffinitys resulting from the filtering of the CustomAffinityService::get call. |
      CustomAffinityError | Represents possible error codes in CustomAffinityService. |
       Fields | List of all supported fields for the CustomAffinityError class. |
       FilterableFields | List of all supported filterable fields for the CustomAffinityError class. |
       SelectableFields | List of all supported selectable fields for the CustomAffinityError class. |
      CustomAffinityServiceInterface | |
      CustomAffinityOperation | Operation for adding or updating a custom affinity audience. |
       Fields | List of all supported fields for the CustomAffinityOperation class. |
       FilterableFields | List of all supported filterable fields for the CustomAffinityOperation class. |
       SelectableFields | List of all supported selectable fields for the CustomAffinityOperation class. |
      CustomAffinityTokenOperation | Operation for adding or deleting a custom affinity token. |
       Fields | List of all supported fields for the CustomAffinityTokenOperation class. |
       FilterableFields | List of all supported filterable fields for the CustomAffinityTokenOperation class. |
       SelectableFields | List of all supported selectable fields for the CustomAffinityTokenOperation class. |
      CustomAffinityServiceInterfaceChannel | |
      CustomAffinityService | A service which is used to manage custom affinity audience. |
      AdParam | Represents an ad parameter. Use ad parameters to update numeric values (such as prices or inventory levels) in any line of a text ad, including the destination URL. You can set two |
       Fields | List of all supported fields for the AdParam class. |
       FilterableFields | List of all supported filterable fields for the AdParam class. |
       SelectableFields | List of all supported selectable fields for the AdParam class. |
      AdParamPage | Represents a page of AdParams returned by the AdParamService. |
       Fields | List of all supported fields for the AdParamPage class. |
       FilterableFields | List of all supported filterable fields for the AdParamPage class. |
       SelectableFields | List of all supported selectable fields for the AdParamPage class. |
      AdParamPolicyError | Policy violation for an AdParam. |
      AdParamError | Errors for AdParamService. |
       Fields | List of all supported fields for the AdParamError class. |
       FilterableFields | List of all supported filterable fields for the AdParamError class. |
       SelectableFields | List of all supported selectable fields for the AdParamError class. |
      AdParamServiceInterface | |
      AdParamOperation | Represents an operation on an AdParam. The supported operators are |
       Fields | List of all supported fields for the AdParamOperation class. |
       FilterableFields | List of all supported filterable fields for the AdParamOperation class. |
       SelectableFields | List of all supported selectable fields for the AdParamOperation class. |
      AdParamServiceInterfaceChannel | |
      AdParamService | Use this service to manage ad parameters, which let you quickly update parameterized values (such as prices or inventory levels) in a text ad. Whereas updates to regular ad text can take hours to go live, updates to parameterized values go live in minutes |
      TemporaryUrl | A URL that expires at a particular time. |
       Fields | List of all supported fields for the TemporaryUrl class. |
       FilterableFields | List of all supported filterable fields for the TemporaryUrl class. |
       SelectableFields | List of all supported selectable fields for the TemporaryUrl class. |
      ProgressStats | Statistics on the progress of a |
       Fields | List of all supported fields for the ProgressStats class. |
       FilterableFields | List of all supported filterable fields for the ProgressStats class. |
       SelectableFields | List of all supported selectable fields for the ProgressStats class. |
      BatchJob | Represents a large mutation job. |
       Fields | List of all supported fields for the BatchJob class. |
       FilterableFields | List of all supported filterable fields for the BatchJob class. |
       SelectableFields | List of all supported selectable fields for the BatchJob class. |
      BatchJobProcessingError | An error related to processing a |
      BatchJobPage | A page of |
      BatchJobError | An error related to a |
      BatchJobServiceInterface | |
      BatchJobOperation | An operation on a |
       Fields | List of all supported fields for the BatchJobOperation class. |
       FilterableFields | List of all supported filterable fields for the BatchJobOperation class. |
       SelectableFields | List of all supported selectable fields for the BatchJobOperation class. |
      BatchJobReturnValue | A container for return values from the BatchJobService. |
      BatchJobServiceInterfaceChannel | |
      BatchJobService | Use the |
      SharedBiddingStrategy | Bidding strategies store shared bidding configuration data and are account-level objects. |
       Fields | List of all supported fields for the SharedBiddingStrategy class. |
       FilterableFields | List of all supported filterable fields for the SharedBiddingStrategy class. |
       SelectableFields | List of all supported selectable fields for the SharedBiddingStrategy class. |
      BiddingStrategyPage | Contains a list of bidding strategies resulting from the filtering and paging of BiddingStrategy::get call. |
      BiddingStrategyError | Represents error codes for bidding strategy entities. |
       Fields | List of all supported fields for the BiddingStrategyError class. |
       FilterableFields | List of all supported filterable fields for the BiddingStrategyError class. |
       SelectableFields | List of all supported selectable fields for the BiddingStrategyError class. |
      BiddingStrategyServiceInterface | |
      BiddingStrategyOperation | Operations for adding/updating bidding strategies. |
       Fields | List of all supported fields for the BiddingStrategyOperation class. |
       FilterableFields | List of all supported filterable fields for the BiddingStrategyOperation class. |
       SelectableFields | List of all supported selectable fields for the BiddingStrategyOperation class. |
      BiddingStrategyReturnValue | A container for return values from the BiddingStrategyService::mutate call. |
      BiddingStrategyServiceInterfaceChannel | |
      BiddingStrategyService | BiddingStrategy Service to get/mutate bidding strategies. This is disabled for AdX. |
      BudgetOrderRequest | Holds fields that provide information on the last set of values that were passed in through the parent BudgetOrder for mutate.add and mutate.set. |
       Fields | List of all supported fields for the BudgetOrderRequest class. |
       FilterableFields | List of all supported filterable fields for the BudgetOrderRequest class. |
       SelectableFields | List of all supported selectable fields for the BudgetOrderRequest class. |
      BudgetOrder | A budget order links an account-wide budget with a BillingAccount. |
       Fields | List of all supported fields for the BudgetOrder class. |
       FilterableFields | List of all supported filterable fields for the BudgetOrder class. |
       SelectableFields | List of all supported selectable fields for the BudgetOrder class. |
      BudgetOrderPage | A page of BudgetOrders from BudgetOrderService::get method. |
       Fields | List of all supported fields for the BudgetOrderPage class. |
       FilterableFields | List of all supported filterable fields for the BudgetOrderPage class. |
       SelectableFields | List of all supported selectable fields for the BudgetOrderPage class. |
      CustomerOrderLineError | Error information returned for CustomerOrderLineService. |
      BudgetOrderError | Error information for BudgetOrderService. |
      BudgetOrderServiceInterface | |
      BillingAccount | Represents an account to which invoices are sent in consolidated billing. |
       Fields | List of all supported fields for the BillingAccount class. |
       FilterableFields | List of all supported filterable fields for the BillingAccount class. |
       SelectableFields | List of all supported selectable fields for the BillingAccount class. |
      BudgetOrderOperation | Operation for BudgetOrder. |
       Fields | List of all supported fields for the BudgetOrderOperation class. |
       FilterableFields | List of all supported filterable fields for the BudgetOrderOperation class. |
       SelectableFields | List of all supported selectable fields for the BudgetOrderOperation class. |
      BudgetOrderReturnValue | A container for return values from the BudgetOrderService::mutate method. |
       Fields | List of all supported fields for the BudgetOrderReturnValue class. |
       FilterableFields | List of all supported filterable fields for the BudgetOrderReturnValue class. |
       SelectableFields | List of all supported selectable fields for the BudgetOrderReturnValue class. |
      BudgetOrderServiceInterfaceChannel | |
      BudgetOrderService | Service for managing BudgetOrders. Note: The |
      BudgetPage | Contains a list of budgets resulting from the filtering and paging of BudgetService::get call. |
      BudgetServiceInterface | |
      BudgetReturnValue | A container for return values from the BudgetService::mutate call. |
      BudgetServiceInterfaceChannel | |
      BudgetService | Budget Service to get/mutate budgets. |
      IAdGroupAdService | Use this service to manage ads. Available ad types are subclasses of the base Ad type and are shown in the AdGroupAd.ad documentation. Here are some of the commonly used ad types: |
      ICampaignCriterionService | Use this service to manage campaign-level criteria |
      ICampaignService | Use this service to manage campaigns. A campaign organizes one or more ad groups together and has its own budget, bidding strategy, serving date range, and targeting settings (managed using CampaignCriterionService). You can also set campaign-wide ad extensions using CampaignExtensionSettingService |
      ICampaignBidModifierService | Use this service to manage campaign level bidmodifiable-only criteria. |
      ICampaignFeedService | Service used to manage campaign feed links, and matching functions. |
      ICampaignGroupService | Use this service to manage campaign groups. A CampaignGroup organizes one or more campaigns together and has its own budget. |
      ICampaignGroupPerformanceTargetService | Use this service to manage campaign group performance targets. A CampaignGroupPerformanceTarget is an entity that specifies a time range for a campaign group and various metrics by which the performance of that campaign group can be measured for the time period that the performance target is active. |
      IConstantDataService | A service to return constant data. |
      IConversionTrackerService | Use this service to manage conversion trackers. A conversion tracker provides a snippet of code which records every time a user visits a page that contains it. The data this provides can be used to gauge the effectiveness of your ads and keywords. |
      ICustomerNegativeCriterionService | Manages criteria negatives for customer. |
      ICustomerService | Service to access basic details about any customer. |
      IAdGroupFeedService | Service used to manage adgroup feed links, and matching functions. |
      ICustomerSyncService | Use this service to retrieve the changed entities for a customer account or campaign based on the given date range |
      ICustomerFeedService | Service used to manage customer feed links, and matching functions. |
      IDataService | A service to return Ads Campaign Management data matching a Selector. This is disabled for AdX. |
      IFeedService | Service used to get and mutate Feeds. |
      IFeedItemService | Service to operate on feed items. |
      IFeedItemTargetService | Service for getting and mutating FeedItemTargets. |
      IFeedMappingService | Service for getting and mutating FeedMappings. |
      ILocationCriterionService | Service that returns LocationCriterion constants that match a specified name or list of criterion id(s) as specified in the input selector |
      IManagedCustomerService | Customer Manager Service. |
      IMediaService | Use this service to manage media. |
      IAdGroupCriterionService | Use this service to manage criteria (such as keywords or placements). A criterion describes the conditions that determine if an ad should display. Two classes of criteria are available: |
      IOfflineConversionFeedService | Service that handles the reporting of offline conversion data from external third parties |
      IOfflineDataUploadService | Service to manage Offline Data uploads |
      IOfflineCallConversionFeedService | Service that handles the reporting of externally provided call conversions. |
      IReportDefinitionService | |
      ITargetingIdeaService | Use this service to generate new keyword ideas based on the parameters specified in the selector. See the TargetingIdeaSelector documentation for more details |
      ITrafficEstimatorService | Use this service to request traffic estimates for proposed or existing campaigns, ad groups, and keywords |
      IAdwordsUserListService | Service which is used to manage user lists. |
      ICampaignSharedSetService | This service is used for managing associations between |
      ISharedCriterionService | Manages which criteria are associated with shared sets. |
      ISharedSetService | This service is used for managing SharedSet entities themselves and the association between sets and campaigns. |
      IAdGroupService | Use this service to manage ad groups. An ad group organizes a set of ads and criteria together, and also provides the default bid for its criteria. One or more ad groups belong to a campaign. |
      ILabelService | Use this service to manage labels. The light weight label, once created, can be attached to campaign management entities such as campaigns, ad groups, creatives, criterion and etc. |
      IAccountLabelService | Service for creating, editing, and deleting labels that can be applied to managed customers |
      IAdCustomizerFeedService | Service used to get and mutate Feeds that contain ad customizer data |
      IAdGroupExtensionSettingService | Service used to manage extensions at the adgroup level. The extensions are managed by AdWords using existing feed services, including creating and modifying feeds, feed items, and adgroup feeds for the user. |
      ICampaignExtensionSettingService | Service used to manage extensions at the campaign level. The extensions are managed by AdWords using existing feed services, including creating and modifying feeds, feed items, and campaign feeds for the user. |
      ICustomerExtensionSettingService | Service used to manage extensions at the customer level. The extensions are managed by AdWords using existing feed services, including creating and modifying feeds, feed items, and customer feeds for the user. |
      IDraftService | The DraftService is used for creating new drafts and controlling the life cycle of drafts. |
      IDraftAsyncErrorService | The DraftAsyncErrorService is retrieving asynchronous errors from promoting drafts. |
      ITrialService | TrialService manages the life cycle of campaign trials. It is used to create new trials from drafts, modify trial properties, promote changes in a trial back to its base campaign, and to archive a trial |
      ITrialAsyncErrorService | The TrialAsyncErrorService is retrieving asynchronous errors from creating and promoting trials. |
      IAdGroupBidModifierService | Service used to manage campaign criterion bid overrides at the ad group level. Currently this service supports Platform and PreferredContent bid multiplier overrides. |
      IBatchJobOpsService | IMPORTANT: THIS IS NOT A REAL SERVICE INTERFACE. It exists solely for the purpose of generating client library code. Do not attempt to send SOAP requests to this endpoint |
      IOfflineConversionAdjustmentFeedService | Service that handles the reporting of offline conversion adjustments from external third parties. |
      IAssetService | |
      IAdService | AdService is used to update Ads. Ads are created using the |
      ICustomAffinityService | A service which is used to manage custom affinity audience. |
      IAdParamService | Use this service to manage ad parameters, which let you quickly update parameterized values (such as prices or inventory levels) in a text ad. Whereas updates to regular ad text can take hours to go live, updates to parameterized values go live in minutes |
      IBatchJobService | Use the |
      IBiddingStrategyService | BiddingStrategy Service to get/mutate bidding strategies. This is disabled for AdX. |
      IBudgetOrderService | Service for managing BudgetOrders. Note: The |
      IBudgetService | Budget Service to get/mutate budgets. |
      ErrorDescriptions | A class to lookup human-friendly descriptions for an error enumeration. |
      BatchJobMutateRequest | Represents a request that wraps the operations sent to a batch job. |
      BatchJobMutateResponseEnvelope | Represents the SOAP envelope node that wraps a mutate response from a batch job. |
      BatchJobMutateResponse | Represents a mutate response from a batch job. |
      ErrorList | The list of API errors. |
      FeedValidationErrors | A class to lookup human-friendly descriptions for feed validation errors. |
      ReportDefinition | |
    Common | |
     Config | |
      ConfigSetting | A config setting, to be used with AppConfigBase and derived classes. |
      ConfigSetting< T > | A config setting of a specified type, to be used with AppConfigBase and derived classes. |
     Lib | |
      AdsClient | This interface defines a client protocol (SOAP, WSE, REST, etc.) supported by the library. |
      AdsException | Base class for all exceptions thrown by the library related to an Ads API call. |
      AdsService | Lists all the services available through this library. |
      AdsServiceInspectorBehavior | Adds inspectors for authentication, SOAP headers, and logging to Ads API services. |
      AdsSoapClient< TChannel > | Base class for all SOAP services supported by this library. |
      AdsUser | Represents an Ads API user. |
      AppConfig | Interface for common configuration properties. |
      AppConfigBase | This class reads the configuration keys from App.config. |
      Configurable | Marks a class as configurable. |
      ErrorHandler | Handles errors for an Ads API. |
      GzipHeaderInspector | OAuth2 client message inspector that adds encoding HTTP headers. |
      ServiceFactory | Interface to a factory which can create a particular group of services. For every new service supported, you need an implementation of this interface. |
      ServiceSignature | Defines an API signature object. This class is used as a support class to assist AdsUser in creating a service object. |
      SoapFaultInspector< TException > | Inspector that deserializes SOAP faults into AdsExceptions and rethrows them. |
      AdsOAuthException | Exception thrown when OAuth authentication with Ads server fails. |
      AdsOAuthProvider | Provides OAuth authorization mechanism for Ads services. |
      AdsOAuthProviderForApplications | Provides OAuth authorization mechanism for Ads services when using Web and Installed application flows. |
      AdsOAuthProviderForServiceAccounts | Provides OAuth authorization mechanism for Ads services when using service account flow. |
      OAuth2ProviderBase | Legacy base class for OAuth provider. Maintained for backward compatibility purposes. |
      OAuth2ProviderForApplications | Legacy base class for OAuth provider. Maintained for backward compatibility purposes. |
      OAuth2ProviderForServiceAccounts | Legacy base class for OAuth provider. Maintained for backward compatibility purposes. |
     Logging | |
      AdsFeatureUsageRegistry | A utility class for tracking the usage of various features in the client library. |
      DefaultBodyFormatter | Default instance of TraceFormatter. This class doesn't do any formatting transformation. |
      DefaultTraceWriter | Default instance of TraceWriter, which just delegates to TraceUtilities. |
      ITraceWriter | Interface for SOAP trace log writers. |
      JsonBodyFormatter | Formats a JSON trace message by masking out sensitive fields. |
      KeyValueMessageFormatter | Formats a Key-value collection message by masking out sensitive fields. |
      LogEntry | Helper class for logging. |
      RequestInfo | Stores the details of an HTTP request being logged. |
      ResponseInfo | Stores the details of an HTTP response being logged. |
      SoapListener | Listens to SOAP messages sent and received by this library. |
      SoapListenerInspector | Define a SOAP Extension that traces the SOAP request and SOAP response for the XML Web service method the SOAP extension is applied to. |
      SoapTraceFormatter | Formats a SOAP message. |
      TraceFormatter | Formats a Trace message. |
      TraceListener | Listens to SOAP messages sent and received by this library. |
      UrlEncodedBodyFormatter | Formats a URL encoded HTTP trace message by masking out sensitive fields. |
     OAuth | |
      AdsOAuthProviderImpl | Default implementation of OAuth2 provider. |
      OAuthClientMessageInspector | OAuth2 client message inspector that adds authorization HTTP headers. |
     Util | |
      Reports | |
       AdsReportUtilities | The base class for all Ads API report download utilities. |
       ReportResponse | Represents a report response from the server. |
       AdsReportsException | Custom exception class for handling reporting errors. |
      CsvException | Custom exception class for handling csv errors. |
      CsvFile | Wraps the functionalities to read and write from a CSV file. |
      DateTimeProvider | Provides the current date and time, without depending directly on System.DateTime. This makes testing code that depends on timestamps easier. |
      DefaultDateTimeProvider | Default implementation of DateTimeProvider. |
      DeprecationUtilities | Utility class to display deprecation message at runtime. |
      HttpUtilities | Utility class for various HTTP tasks. |
      PreconditionUtilities | Provides utility methods for checking preconditions. |
      SerializationUtilities | This class provides utility methods in serializing and deserializing an object as xml. |
      TemporaryIdGenerator | Generates a sequence of temporary negative IDs. |
      TraceUtilities | Provides utility methods to write to Trace stream. |
      XmlUtilities | Utilities for working with XML. |